summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/module/camera.h
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-pt/module/camera.h')
-rw-r--r--tracker-pt/module/camera.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tracker-pt/module/camera.h b/tracker-pt/module/camera.h
index 2ea633d0..644eead7 100644
--- a/tracker-pt/module/camera.h
+++ b/tracker-pt/module/camera.h
@@ -19,6 +19,9 @@
namespace pt_module {
+///
+/// Implement our camera interface using OpenCV VideoCapture.
+///
struct Camera final : pt_camera
{
Camera(const QString& module_name);