Automatically setup NVR

atillz

n3wb
Joined
Jul 25, 2021
Messages
2
Reaction score
0
Location
Brooklyn NY
I was thinking of this idea. to set up a NVR automatically.
Let's say
1. Motion to all camera if not set -
2. Sending NTP server Info Including DST
3. Setting Email Server
4. Get info on Storage.
5. Set time format.
6. Point is whatever we can add lets add to the API

All this should be done using the hikvision API from this Github
If we can only expand on this project. We may have something solid to do all this we want.
I am sure many of you are dreaming for such features.

Lets have a look on how we may be able to complete this project.
We can get the following links via http.
/ISAPI/ContentMgmt/StreamingProxy/channels (All the IP Cams channels that exist.)
ISAPI/Security/adminAccesses (All Open Ports)

Now how do we send a command.
/ISAPI/System/Video/inputs/channels/<Based on the channel it found If true>/motionDetection
( Sending CURL command with an XML payload ? Hikvision Camera )

you get the idea.
Now what are you thoughts about this? and how would you expand on this idea?
 
Last edited:
Top