private void Central_DeviceEvent(object sender, Central.DeviceEventArgs e)
{
if (e.Status == Central.DeviceStatus. ??? )
}
Thanks for your support!
private void Central_DeviceEvent(object sender, Central.DeviceEventArgs e)
{
if (e.Status == Central.DeviceStatus. ??? )
}
Thanks for your support!
You might be able to use the Central interface for seeing if a I/O event is triggered. For video analytics events this might not be the right place. What Milestone has as Analytics Events is in the Event Server. Central works only for XProtect Professional, Express (e-code). Central can be explored using the Central Sample.
Thinking this is not the right class / component, can you please explain what you have and what you would like to achieve?
You mean that a video analytics could be associated with an I/O event?
I can receive that using CentralDevice?
If yes, which Status can I use from these?
- Archived Failure
- Archive Move Failure
- Camera Not Responding
- External Event
- Motion Detected
- Motion ended
- Notification add camera
- Notification add PIR
- Notification Define Engine
- Other
- Running Out of Disk Space
- Start
- Stop
- Unit OK
Now I’m able to receive motion detection, camera not responding, unit OK from cameras. Our customer would be receive analytics events from cameras.
Thanks for your support.
I still think you might on a wrong track using this interface, you would probably be able to get the same in the Event Server using methods that will work for all XProtect products (e-code and c-code) (StatusViewer sample). What are the analytics events and how are they implemented in the camera?