diff options
| -rw-r--r-- | video-ps3eye/shm-layout.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/video-ps3eye/shm-layout.hpp b/video-ps3eye/shm-layout.hpp index 8c770d43..9eee6db4 100644 --- a/video-ps3eye/shm-layout.hpp +++ b/video-ps3eye/shm-layout.hpp @@ -3,7 +3,7 @@  namespace ps3eye { -static constexpr unsigned num_channels = 1; +static constexpr unsigned num_channels = 3;  struct shm_in {      enum class mode : uint8_t { qvga, vga, }; | 
