Below is the http post command to send a PTZ to a preset position. This is normally used when an alarm from another device is needing to send a camera to a preset position on an alarm trigger.
http://<IP Address>/ptzpreset?camid=1&goto_preset=1
Adjusting the number after preset= will send the camera to a different preset. The below example code will send the camera to preset 3.
/ptzpreset?camid=1&goto_preset=3
0 Comments