去掉实时影像的Log

This commit is contained in:
李伟
2026-04-21 16:00:11 +08:00
parent 80e71054f6
commit 12882bd1c6
@@ -195,7 +195,6 @@ public class BaslerCameraController : ICameraController
} }
_camera.ExecuteSoftwareTrigger(); _camera.ExecuteSoftwareTrigger();
_logger.Debug("Software trigger executed.");
} }
catch (TimeoutException) catch (TimeoutException)
{ {