From 47fcfa087fa7244c2f12af67dee83d16a6d44775 Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Fri, 12 Apr 2019 23:19:54 +0200 Subject: Easy Tracker: removing legacy point tracker camera architecture. --- video/camera.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'video/camera.hpp') diff --git a/video/camera.hpp b/video/camera.hpp index be9ef711..c8eff3b9 100644 --- a/video/camera.hpp +++ b/video/camera.hpp @@ -23,6 +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 }; } // ns video -- cgit v1.2.3