Upload the blacklist of traffic camera through DVR - Hikvision SDK

valderrama

n3wb
Joined
Jul 29, 2020
Messages
1
Reaction score
0
Location
Spain
Good morning,

I'm developing a simple program in C++ using the Hikvision SDK to upload the blacklist of a traffic camera. I wrote it as if the device was connected directly against the camera IP and I didn't have problem at all, the file was updated prefectly. However, we'd like to connect the device to a DVR and not directly to the network (of course, the DVR will be connected). Is there any possibility to upload the file in this situation?

The funcions to connect (NET_DVR_Login_V40) and upload file (NET_DVR_UploadFile_V40) don't have any parameter to specify the channel or so.

Thanks in advance for your help!
 
Top