diff --git a/uvoscam.cpp b/uvoscam.cpp index b4beafe..450f8eb 100644 --- a/uvoscam.cpp +++ b/uvoscam.cpp @@ -286,7 +286,7 @@ bool Camera::setupCamera() setExposureAuto(true); setTriggerMode(TRIGGER_FREE); setAcquisitionMode(ARV_ACQUISITION_MODE_CONTINUOUS); - setFrameRate(10); + setFrameRate(2); setExposureTime(100000); setGain(1); setMtu(1500);