C3032
2025-12-20 993f7a5e7075b1e66d307e2b300b1f7054895e1f
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();