Controling unsuported camera #3789
-
Hi, i have this camera https://www.amazon.de/-/en/gp/product/B09Y5GC8Q1/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&th=1 It has PTZ functionality and i would like to be able to move the camera in ZoneMinder manually and when the alarm is detected. Can someone point me in the right direction where to start? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It may not be possible, but if it is, you need to figure out how to talk to the camera and send it the commands. Then you can create a control script for it. We have one for older Wansview cameras, perhaps it may even still work. https://github.com/ZoneMinder/zoneminder/blob/master/scripts/ZoneMinder/lib/ZoneMinder/Control/Wanscam.pm |
Beta Was this translation helpful? Give feedback.
-
Ifi the camera is ONVIF compliant then yes use either the ONVIF or Netcat control scripts. |
Beta Was this translation helpful? Give feedback.
Ifi the camera is ONVIF compliant then yes use either the ONVIF or Netcat control scripts.