Hikvision - HTTP/REST - ISAPI - getting data: motion, events, alarms, metadata

Joined
Dec 14, 2020
Messages
1
Reaction score
0
Location
Poland
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
 

SamM

Pulling my weight
Joined
Mar 29, 2020
Messages
245
Reaction score
109
Location
SA
Hey there

Do you have any programming knowledge? C# in particular

If so I can share some of my programs that may help you.

PM me.
 
Top