set frame rate to 2

This commit is contained in:
2021-06-26 15:05:53 +02:00
parent b6155b8d1f
commit e283421efd

View File

@ -286,7 +286,7 @@ bool Camera::setupCamera()
setExposureAuto(true); setExposureAuto(true);
setTriggerMode(TRIGGER_FREE); setTriggerMode(TRIGGER_FREE);
setAcquisitionMode(ARV_ACQUISITION_MODE_CONTINUOUS); setAcquisitionMode(ARV_ACQUISITION_MODE_CONTINUOUS);
setFrameRate(10); setFrameRate(2);
setExposureTime(100000); setExposureTime(100000);
setGain(1); setGain(1);
setMtu(1500); setMtu(1500);