Skip to content

feat: add presets and calibration related methods, add to docs, add example jsons #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ GET:
- [X] User -> Add User
- [X] User -> Manage User
- [X] Device -> HDD/SD Card
- [x] PTZ -> Presets, Calibration Status
- [ ] Zoom
- [ ] Focus
- [ ] Image (Brightness, Contrast, Saturation, Hue, Sharp, Mirror, Rotate)
Expand All @@ -134,7 +135,7 @@ SET:
- [X] User -> Add User
- [X] User -> Manage User
- [X] Device -> HDD/SD Card (Format)
- [x] PTZ
- [x] PTZ (including calibrate)
- [x] Zoom
- [x] Focus
- [X] Image (Brightness, Contrast, Saturation, Hue, Sharp, Mirror, Rotate)
Expand All @@ -153,3 +154,5 @@ do not work and is not supported here.
- RLC-520
- C1-Pro
- D400
- E1 Zoom

19 changes: 19 additions & 0 deletions examples/response/GetPtzCheckState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[
{
"cmd": "GetPtzCheckState",
"code": 0,
"initial": {
"PtzCheckState": 2
},
"range": {
"PtzCheckState": [
0,
1,
2
]
},
"value": {
"PtzCheckState": 2
}
}
]
Loading