summaryrefslogtreecommitdiffhomepage
path: root/video/camera.hpp
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-04-12 23:19:54 +0200
committerStéphane Lenclud <github@lenclud.com>2019-04-24 18:46:12 +0200
commit7e357fcb6c143a61c4f87ffda502f8be021674f0 (patch)
tree147bcd90d7ac414ef9ff1e024abba37f085c950d /video/camera.hpp
parentf20687d2d5f9b0542fedf0f45291024846d30d28 (diff)
Easy Tracker: removing legacy point tracker camera architecture.
Diffstat (limited to 'video/camera.hpp')
-rw-r--r--video/camera.hpp1
1 files changed, 1 insertions, 0 deletions
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