diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-08-18 13:50:31 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-08-18 13:53:47 +0200 |
commit | 75db0fc5844f95d7c5503dd735e7d5b5621261b3 (patch) | |
tree | 48cf1ba64c71fe71f4175fa3a0949d2e38b18259 /video-ps3eye/module.cpp | |
parent | d6907613e89b906edb3f2b7c0049f8b13f3524ee (diff) |
video/ps3eye: switch to grayscale
Diffstat (limited to 'video-ps3eye/module.cpp')
-rw-r--r-- | video-ps3eye/module.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video-ps3eye/module.cpp b/video-ps3eye/module.cpp index d135047c..34987241 100644 --- a/video-ps3eye/module.cpp +++ b/video-ps3eye/module.cpp @@ -157,7 +157,7 @@ bool ps3eye_camera::start(info& args) open = false; fr = {}; - fr.channels = 3; + fr.channels = 1; fr.channel_size = 1; if (!args.width || args.width > 320) |