C3032
2025-12-19 6bb231b53dcb5e21585d54e26ec872e3026fc8fb
LB_SmartVision/Forms/Pages/CameraPage/CreateCameraForm.cs
@@ -27,7 +27,7 @@
            // 禁止修改窗口大小
            this.FormBorderStyle = FormBorderStyle.FixedDialog;
            if (camera == null)
                //camera = new HRCamera();
                camera = new HRCamera();
            uiButtonCreate.Enabled = false;
        }
@@ -96,7 +96,7 @@
            switch (brand)
            {
                case CameraBrand.HRCamera:
                    //camera = new HRCamera();
                    camera = new HRCamera();
                    break;
                case CameraBrand.LBCamera:
                    //camera = new LBCamera();