-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1BeyondTrackingCameras.json
More file actions
72 lines (71 loc) · 1.78 KB
/
1BeyondTrackingCameras.json
File metadata and controls
72 lines (71 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"about": {
"name": "Crestron 1Beyond Camera Tracking Control",
"version": "0.0.1",
"author": "Mia Hanson"
},
"adapters": [
{
"model": "GenericNetworkAdapter",
"ip": "tcp://[CameraIP]:5500",
"ports": [
{
"id": "cam1-at",
"name": "Camera1",
"methods": [
{
"id": "tracking",
"name": "Auto Tracking",
"command": "\\x81\\x01\\x04\\x3F\\x02%\\xFF",
"params": [
{
"id": "start_track",
"name": "Start Tracking",
"value": "\\x50"
},
{
"id": "stop_track",
"name": "Stop Tracking",
"value": "\\x51"
}
],
"type": "actions"
},
{
"id": "presetcall",
"name": "Preset Shots",
"command": "\\x81\\x01\\x04\\x3F\\x02%\\xFF",
"params": [
{
"id": "preset1",
"name": "Preset 1",
"value": "\\x01"
},
{
"id": "preset2",
"name": "Preset 2",
"value": "\\x02"
},
{
"id": "preset3",
"name": "Preset 3",
"value": "\\x03"
},
{
"id": "preset4",
"name": "Preset 4",
"value": "\\x04"
}
],
"type": "actions"
}
]
}
]
}
],
"styles": [
"cam1-at.main_method=tracking",
"cam1-at.icon=icon_projector"
]
}