From fafe2e19d9f411f892fb9a162f03e6a6ce381f5a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 29 Mar 2020 15:35:37 +0200 Subject: video/ps3eye: enable auto gain --- video-ps3eye/module.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'video-ps3eye') diff --git a/video-ps3eye/module.cpp b/video-ps3eye/module.cpp index 7dbdd8fb..db52f8ae 100644 --- a/video-ps3eye/module.cpp +++ b/video-ps3eye/module.cpp @@ -153,6 +153,7 @@ bool ps3eye_camera::start(info& args) fr.width = 320; fr.height = 240; } + ptr.in.auto_gain = false; ptr.in.framerate = (uint8_t)std::clamp(args.fps, 30, 187); ptr.in.gain = (uint8_t)s.gain; ptr.in.exposure = (uint8_t)s.exposure; -- cgit v1.2.3