-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.txt
More file actions
17 lines (12 loc) · 816 Bytes
/
Copy pathplugin.txt
File metadata and controls
17 lines (12 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Set VARIABLEs here to allow variation in your plugin
VARIABLE uvc_target_name UVC
VARIABLE_DESCRIPTION "Target name for the UVC camera"
VARIABLE uvc_bridge_host host.docker.internal
VARIABLE_DESCRIPTION "Host running the UVC bridge (openc3pycli bridge)"
VARIABLE uvc_bridge_port 8080
VARIABLE_DESCRIPTION "TCP router_port of the UVC bridge"
VARIABLE uvc_insta360_enabled true
VARIABLE_DESCRIPTION "Include Insta360 vendor-specific commands (AI tracking, scene modes, framing, target). Set to false for generic UVC cameras."
TARGET UVC <%= uvc_target_name %>
INTERFACE <%= uvc_target_name %>_INT openc3/interfaces/tcpip_client_interface.py <%= uvc_bridge_host %> <%= uvc_bridge_port %> <%= uvc_bridge_port %> 10.0 None LENGTH 16 16 0 1 BIG_ENDIAN 0 0xAABB None True
MAP_TARGET <%= uvc_target_name %>