Hi guy's
I'm looking for a way to determine whether individual camera's are alive and get an email when they are down.
Tried using a filter but they only seem to work on events?
Do I need to use a script outside ZM and use the API to get the camera status?
Steve
Is My Camera Alive
-
- Posts: 56
- Joined: Mon Jun 08, 2015 9:57 am
- Location: New Zealand
- Contact:
Re: Is My Camera Alive
What kind of cameras (Network/IP Cameras, or analog connected to a capture card, or USB connected to a machine ...) ? That will affect how you go about checking them.
For network cameras, I have a script (which also services all other networked devices), bouncing "ping" packets off them every few seconds, and making sure that that they all come back. If a camera crashes/disconnects network/loses power, this lets me know.
It won't tell me about more sneaky things, like camera responds to ping but has got itself in a state and is not returning a valid picture. That would need more work