set frame rate to 2
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user