Maintenance Cam - pan/tilt/zoom in Vision

Hi,

We have a conveyor system and we are using maintenance cameras to view jam point on the system.

What is the best way of integrating and giving commands to a camera with pan/tilt/zoom functionality in Vision?

Cameras will display in real time, we'd like the pan/tilt/zoom commands to be on screen push buttons. We are using a Panasonic WV-S6130 https://i-pro.com/global/en/surveillance/products/wv-s6130

We did not have much luck searching the forum, we are using vision, not perspective.

Appreciate the help.

Sam

Unfortunately, there's nothing built-in. You might be able to decipher the camera's API to work out what commands to send upon button press. system.net.httpClient() would be the tool to use.

{ Removed perspective tag for you. }

1 Like

Thank you for the quick reply.