API Nvr get list of connected cameras

Joined
Dec 23, 2019
Messages
4
Reaction score
1
Location
Italy
Dear All,

I'm using Dahua http API to know:
- the list of cameras conenected to the NVR
- start date of recording of single channels

For the moment I'dont find any method can help me.

Somebody can help me?

Thanks in advance
 
Joined
Dec 23, 2019
Messages
4
Reaction score
1
Location
Italy
About list of camera connected, I found this method that return the 'names' of camera without ip address:

request:
Code:
http://<server>/cgi-bin/configManager.cgi?action=getConfig&name=ChannelTitle
response:
Code:
table.ChannelTitle[0].Name=Cam 1
table.ChannelTitle[1].Name=Cam 2
table.ChannelTitle[2].Name=Cam 3
About start date of recording, seems it's need to use a media file finder.
I'm able to create the finder with:
Code:
http://<serverserver>/cgi cgi-bin/ mediaFileFind .cgi?action action=factory.create
but when I call mediaFileFind .cgi?action action=findFile&object I receive error 400 - request not valid.


Has anyone used these methods yet?
 
Top