I’m using a modified version of the generic video device type for a Hikvision camera. The device type works flawlessly and can both take photos, and use the video player to show a live feed.
However, I also set it in SHM to record a 1m clip on intrusion detection, but it just says “Video camera is unavailable” when I test it by arming the system and setting the alarm off. Is there something I need to implement in the device handler to make this work?
If it’s impossible to use this method, then what could I call in my security SmartApp (I use a custom one I wrote) to take a photo at least when intrusion is detected?
Thanks!