From 51436cc320670e033c69bc01d2178bd245234670 Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Sun, 14 Apr 2019 10:05:23 +0200 Subject: Kinect: IR camera now provides raw 16 bits buffer. Easy Tracker: Support for 16 bits and RGB frame buffers. --- video/camera.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/camera.hpp') diff --git a/video/camera.hpp b/video/camera.hpp index c8eff3b9..1cda8839 100644 --- a/video/camera.hpp +++ b/video/camera.hpp @@ -23,7 +23,7 @@ struct frame final // the `stride' member can have a special value of zero, // signifying equal to width * element size int width = 0, height = 0, stride = 0, channels = 0; - // TODO: Add channel size instead of assuming 1 byte + int channelSize = 1; }; } // ns video -- cgit v1.2.3