Hi,
I have 20 Hikvision cameras. I want to create program in C#, which take a screenshot (jpg) from every cameras (algorithm: connect to camera -> screenshot -> download to hard disk -> disconnect -> connect to other cam form list).
I found NET_DVR_CapturePicture functions, but it require to call stream in real time.
Is it possible to call function, which take a screenshot but without open real stream?
Or can you give me some tips, how to do this?
Thanks folks