diff options
Diffstat (limited to 'video-ps3eye/module.hpp')
| -rw-r--r-- | video-ps3eye/module.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/video-ps3eye/module.hpp b/video-ps3eye/module.hpp index 595d446a..26cfad60 100644 --- a/video-ps3eye/module.hpp +++ b/video-ps3eye/module.hpp @@ -57,7 +57,7 @@ struct ps3eye_camera final : video::impl::camera      settings s;      frame fr;      Timer t; -    unsigned char data[640 * 480 * 3] = {}; +    unsigned char data[640 * 480 * ps3eye::num_channels] = {};      int framerate = 30, sleep_ms = 1;      bool open = false;      unsigned timecode = 0; | 
