blob: f1f10ce05755af8dd140d2eb283901cc4311b9ce (
plain)
1
2
3
4
5
6
7
8
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"]
}
|