Skip to content

Commit 2eab380

Browse files
authored
feat: add presets and calibration related methods, add to docs, add example jsons (#74)
add get methods for presets, calibration status and action for calibration, amend docs, add examples, add E1 Zoom to list of supported cameras
1 parent d2e988b commit 2eab380

File tree

5 files changed

+983
-1
lines changed

5 files changed

+983
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ GET:
108108
- [X] User -> Add User
109109
- [X] User -> Manage User
110110
- [X] Device -> HDD/SD Card
111+
- [x] PTZ -> Presets, Calibration Status
111112
- [ ] Zoom
112113
- [ ] Focus
113114
- [ ] Image (Brightness, Contrast, Saturation, Hue, Sharp, Mirror, Rotate)
@@ -134,7 +135,7 @@ SET:
134135
- [X] User -> Add User
135136
- [X] User -> Manage User
136137
- [X] Device -> HDD/SD Card (Format)
137-
- [x] PTZ
138+
- [x] PTZ (including calibrate)
138139
- [x] Zoom
139140
- [x] Focus
140141
- [X] Image (Brightness, Contrast, Saturation, Hue, Sharp, Mirror, Rotate)
@@ -153,3 +154,5 @@ do not work and is not supported here.
153154
- RLC-520
154155
- C1-Pro
155156
- D400
157+
- E1 Zoom
158+
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[
2+
{
3+
"cmd": "GetPtzCheckState",
4+
"code": 0,
5+
"initial": {
6+
"PtzCheckState": 2
7+
},
8+
"range": {
9+
"PtzCheckState": [
10+
0,
11+
1,
12+
2
13+
]
14+
},
15+
"value": {
16+
"PtzCheckState": 2
17+
}
18+
}
19+
]

0 commit comments

Comments
 (0)