python-dvr icon indicating copy to clipboard operation
python-dvr copied to clipboard

Download files from camera

Open verminoid opened this issue 3 years ago • 0 comments

Hello if added to the library: "OPFileQuery": 1440, "OPFileDownload": 1426,

and send to camera: files = cam.send(cam.QCODES["OPFileQuery"],{ "Name": "OPFileQuery", "SessionID": "0x%08X" % cam.session, "OPFileQuery": {"BeginTime" : "2022-08-25 17:50:00", "Channel" : 0, "DriverTypeMask" : "0x0000FFFF", "EndTime" : "2022-08-25 18:05:03", "Event" : "M", "Type" : "h264" } }) f = files['OPFileQuery'] we will get a list of files from camera but I can't figure out which request I should send to download a particular file.

verminoid avatar Sep 12 '22 13:09 verminoid