I would like to control my cameras remotely with pan and tilt movement.
I think the easiest and simplest way is some buttons or link for up, down, right, left commands on the web UI below the camera picture that calls the camera's control URL.
Example:
right - http://$CAMERA_IP:$PORT/web/cgi-bin/hi3510/ptzctrl.cgi?-step=1&-act=down
crocandr commented over 2 years ago
I would like to control my cameras remotely with pan and tilt movement. I think the easiest and simplest way is some buttons or link for up, down, right, left commands on the web UI below the camera picture that calls the camera's control URL.
Example: right -
http://$CAMERA_IP:$PORT/web/cgi-bin/hi3510/ptzctrl.cgi?-step=1&-act=down
Thank you!