The thing is that I need to get data from my camera (DS-2CD1123G0-I ): motion, events, alarms.
I am using PLC, which supports HTTP/REST, as a query device.
I searched through documentation, but nothing seems to be working.
I can't find any appropriate URL addresss to query.
This one, for example:
/ISAPI/ContentMgmt/InputProxy/channels/<ID>/video/motionDetection
gives back only setup information, not information about motion detection.
Docs mentions also:
Metadata Identity String (MIDS; “metaID”) ,where I can find some attributes called
"motion", "motionStart", "motionStop" ,but have no idea how to get to them...
Does anyone knows how to get motion data, events and alarms?
Best regards
I am using PLC, which supports HTTP/REST, as a query device.
I searched through documentation, but nothing seems to be working.
I can't find any appropriate URL addresss to query.
This one, for example:
/ISAPI/ContentMgmt/InputProxy/channels/<ID>/video/motionDetection
gives back only setup information, not information about motion detection.
Docs mentions also:
Metadata Identity String (MIDS; “metaID”) ,where I can find some attributes called
"motion", "motionStart", "motionStop" ,but have no idea how to get to them...
Does anyone knows how to get motion data, events and alarms?
Best regards