blob: 59e5d0215ebec63d4e8597087e481ae8b2a53576 (
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": "LabUI",
"entry_point": "plugin.MotionCapturePlugin",
"requires": ["opencv-python>=4.8.0"]
}
|