- Nov 20, 2016
- 18
- 1
I have a hikvision DS-2CD3132F-IWS (firmware V5.2.5), and would like to record on motion detection to the SD card, and then have a nightly script which backs up any video on the SD card to a linux box on the same network.
Recording on motion to the SD card is working. Getting video off the SD card is proving quite difficult. I am not interested in using the web interface. First, it doesn't work on my linux box. Second, I want something I can run from cron to automate the process.
I have been searching for solutions for hours, and have discovered that:
1) It used to be possible to telnet into the camera and use an ftpput command to copy files off of it. This has since been removed. (why?)
2) It also used to be possible to telnet into the camera and start a local ftp server, which would have made it possible to simply ftp into the camera and download the files. This has apparently also been removed. (why?)
3) Someone claimed it was possible to "use the SDK" to do this, but I haven't been able to make much progress figuring out what SDK was being referred to.
Even if I was able to get the files off the SD card to my linux box, they are apparently wrapped up in some proprietary binary format, that I would have to reverse engineer to extract the video files. There are a few github repos laying around which attempt to do this, but apparently the format has changed and some (or all) of these tools don't work anymore.
Am I missing a more straightforward approach to what seems like it ought to be a very easy thing to do? Back up the files from the SD card without a pointy-clicky windows only interface?
Thanks for any help!
Recording on motion to the SD card is working. Getting video off the SD card is proving quite difficult. I am not interested in using the web interface. First, it doesn't work on my linux box. Second, I want something I can run from cron to automate the process.
I have been searching for solutions for hours, and have discovered that:
1) It used to be possible to telnet into the camera and use an ftpput command to copy files off of it. This has since been removed. (why?)
2) It also used to be possible to telnet into the camera and start a local ftp server, which would have made it possible to simply ftp into the camera and download the files. This has apparently also been removed. (why?)
3) Someone claimed it was possible to "use the SDK" to do this, but I haven't been able to make much progress figuring out what SDK was being referred to.
Even if I was able to get the files off the SD card to my linux box, they are apparently wrapped up in some proprietary binary format, that I would have to reverse engineer to extract the video files. There are a few github repos laying around which attempt to do this, but apparently the format has changed and some (or all) of these tools don't work anymore.
Am I missing a more straightforward approach to what seems like it ought to be a very easy thing to do? Back up the files from the SD card without a pointy-clicky windows only interface?
Thanks for any help!