From e283421efd378cf42bf9d078e6423aecaa9407c5 Mon Sep 17 00:00:00 2001 From: uvos Date: Sat, 26 Jun 2021 15:05:53 +0200 Subject: [PATCH] set frame rate to 2 --- uvoscam.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);