I am trying to integrate milestone events in my system. I tried integrating through event server API. But as soon as i start my application and it subscribe in milestone, the milestone floods 100s of events. I am looking for camera online, offline, server online offline status. My cameras are stable but still I am receiving alot of events per minute.
Also i mapping with GUID of events as description field is empty.
I fixed the issue. It was sending historical data. Now i am developing through mip sdk. I an getting all events like online offline recording or not etc.
now i am trying to pull camera configuration and inventory. I am facing few issues
1-Through MIP SDK , we cannot pull the camera details like IP address, hardware id, manufacturer, brand, firmware etc
Through Event API, we can pull hardware details only.
2-Through MIP SDK, how we can pull the stream configuration , mainly primary stream, currently if we try, we can pull only FPS which is giving 5FPS but the camera is configured at 25FPS.
3-Also how we can actual retention of camera retrieval through mip sdk
4- How we can get event when someone change camera configuration on site, and which configuration can create alerts or event.
I will be thankful if you can provide samples for above