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/shm-layout.hpp | |
parent | d6907613e89b906edb3f2b7c0049f8b13f3524ee (diff) |
video/ps3eye: switch to grayscale
Diffstat (limited to 'video-ps3eye/shm-layout.hpp')
-rw-r--r-- | video-ps3eye/shm-layout.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/video-ps3eye/shm-layout.hpp b/video-ps3eye/shm-layout.hpp index 577021b9..3ae406c5 100644 --- a/video-ps3eye/shm-layout.hpp +++ b/video-ps3eye/shm-layout.hpp @@ -23,8 +23,8 @@ struct shm_out status status_; char error_string[256]; union { - uint8_t data_320x240[320][240][3]; - uint8_t data_640x480[640][480][3]; + uint8_t data_320x240[320][240][1]; + uint8_t data_640x480[640][480][1]; }; }; |