diff options
Diffstat (limited to 'video-ps3eye')
-rw-r--r-- | video-ps3eye/module.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |