2K+ WQHD Extended PTZ Command Set
Q: The CGI examples mentioned in the documentation under ptzmove
unfortunately do not work with my IN-9420 2K+. With cmd=gotoRelPosition&pan=50&tilt=0
, for example, I get response code 217. Hardware not supported.
A: The cameras of the 2K+ WQHD series have an extended CGI command set for panning, tilting, zooming and focusing compared to the previous Full HD, HD and VGA series. The commands are documented in detail here:
- param.cgi?cmd=ptzmove
- param.cgi?cmd=getptzstate
- param.cgi?cmd=gotorelposition
- param.cgi?cmd=getptzpreset
- param.cgi?cmd=setptzpreset
However, the implementations differ for indoor cameras (currently the IN-8415) and outdoor cameras (currently the IN-9420). With the latter, the status (the current position) of the Pan&Tilt cannot be read out and it is not possible to move a certain number of steps - i.e. movements must be stopped either by a subsequent stop command or by setting a time limit (otherwise the camera always moves to the hard stop!).
Index | pan/tilt & timeout | zoom/focus & timeout | pan/tilt | zoom/focus | pan/tilt | zoom/focus |
---|---|---|---|---|---|---|
CGI Command | cmd=ptzmove | cmd=ptzmove | cmd=ptzmove | cmd=ptzmove | cmd=gotorelposition | cmd=gotorelposition |
e.g. IN-8415 | supported | not supported | supported | not supported | supported | not supported |
e.g. IN-9420 | supported | supported | move to hard stop | supported | not supported | supported |
Remark: The corresponding MQTT Topics are also affected: see INSTAR Forum.
- FAQs
- IN-9420 WQHD
- IN-9408 WQHD
- IN-8415 WQHD
- IN-8403 WQHD
- IN-8401 WQHD
- IN-9020 Full HD
- IN-9010 Full HD
- IN-9008 Full HD
- IN-8015 Full HD
- IN-8003 Full HD
- IN-8001 Full HD
- IN-7011 HD
- IN-6014 HD
- IN-6012 HD
- IN-6001 HD
- IN-5907 HD
- IN-5905 HD
- VGA Series import { EuiSpacer } from "@elastic/eui/src/components/spacer/spacer"