diff options
| author | Stéphane Lenclud <github@lenclud.com> | 2019-03-10 17:10:02 +0100 |
|---|---|---|
| committer | Stéphane Lenclud <github@lenclud.com> | 2019-03-10 17:10:02 +0100 |
| commit | 8a9d143523fddbf8ee9cb1c58cb281ac380d3ae0 (patch) | |
| tree | ae5cabae1134456eff8260ff6e7c30639c9ef42c /tracker-pt/module/camera.h | |
| parent | c90f8fbd1a83ffeed6b0bb9d55e91f4a4a9b8641 (diff) | |
Kinect Point Tracker: Working on basic architecture.
Diffstat (limited to 'tracker-pt/module/camera.h')
| -rw-r--r-- | tracker-pt/module/camera.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tracker-pt/module/camera.h b/tracker-pt/module/camera.h index 2ea633d06..644eead78 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); |
