You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I have tried your script on my new Hikvision DS-2CD2087G2-LU
The script finds all the images but gets error when trying to download them
I use Hikvision to make timelapses and take images every 2 seconds.
I save images directly to my PC's samba share and to the Hikvision SD card in case of power loss (hikvision camera are on UPS)
If I have a power loss I do not have Windows... I run Linux so here your script could help me getting files back to the PC when the PC are booted up again.
--- when I manually run this line I get this error:
$ java -jar ../hikvision-download-assistant.jar 192.168.3.230 admin PASSWORD --from-time 16:00 --to-time 16:05 | cut -d '|' -f 5 | while read curl_cmd; do eval $curl_cmd; done
Type|EventType|Start|End|Curl
-----------------------------
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
Found 0 videos and 149 photos
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404 Not Found
etc...etc...
--- When I dont try to download the images, the script lists the files
Hello
I have tried your script on my new Hikvision DS-2CD2087G2-LU
The script finds all the images but gets error when trying to download them
I use Hikvision to make timelapses and take images every 2 seconds.
I save images directly to my PC's samba share and to the Hikvision SD card in case of power loss (hikvision camera are on UPS)
If I have a power loss I do not have Windows... I run Linux so here your script could help me getting files back to the PC when the PC are booted up again.
--- when I manually run this line I get this error:
etc...etc...
--- When I dont try to download the images, the script lists the files
The text was updated successfully, but these errors were encountered: