summaryrefslogtreecommitdiff
path: root/plugins/motion_capture/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/motion_capture/manifest.json')
-rw-r--r--plugins/motion_capture/manifest.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/motion_capture/manifest.json b/plugins/motion_capture/manifest.json
new file mode 100644
index 0000000..f1f10ce
--- /dev/null
+++ b/plugins/motion_capture/manifest.json
@@ -0,0 +1,9 @@
+{
+ "plugin_id": "motion_capture",
+ "name": "Motion Capture",
+ "version": "1.0.0",
+ "description": "Track a point via webcam and stream x/y position as live signals. Apply pixel_to_mm filter to convert to real-world units.",
+ "author": "LabDAQ",
+ "entry_point": "plugin.MotionCapturePlugin",
+ "requires": ["opencv-python>=4.8.0"]
+}