Resource icon

HikNetExtractor 1.0.0

Provides functionality to extract periodically only new or missing record event from Hikvion camera or NVR with ISAPI and HTTPDigestAuth enable.
The script will create a new dir peer day.

Add this script to an schedule task and you will keep records during the number of day you put in the config.py
After wath you can backup video files throught the local network or the net, for example with rsyncd. Use QtVsPlayer, GitHub - surfzoid/QtVsPlayer: QtVsPlayer for Hikvision, QtVsPlayer can read local video files of Hikvision and display blue, green and red vector. Join us on IRC https://matrix.to/#/#QtVsPlayer:libera.chat or https://matrix.to/#/#QtVsPlayer:matrix.org to read the video with green and red vector like in the web interface BUT Localy.

My personal usage
mkdir -p ~/script/cam1
cd ~/script/cam1
git clone GitHub - surfzoid/HikNetExtractor: Provides functionality to extract periodically record event from Hikvion camera or NVR with ISAPI and HTTPDigestAuth enable. Add this script to an schedule task and you will keep records during the number of day you put in the config.

mkdir -p ~/script/NVR
cd ~/script/NVR
git clone GitHub - surfzoid/HikNetExtractor: Provides functionality to extract periodically record event from Hikvion camera or NVR with ISAPI and HTTPDigestAuth enable. Add this script to an schedule task and you will keep records during the number of day you put in the config.

##edit conf.py in cam1/HikNextractor and NVR/HikNextractor

crontab -e
3,18,33,48 * * * * ~/script/HikNetExtractor/NVR/HikNetExtractor.py
3,18,33,48 * * * * ~/script/HikNetExtractor/cam1/HikNetExtractor.py
3,18,33,48 * * * * ~/script/rsyncfbx.sh #sauvegarde des videos de la camera vers la maison
Author
surfzoid
Downloads
301
Views
1,626
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from surfzoid

  • HNEWizard
    raspberry-pi player video camera rtsp motion-detection hikvision isapi ds-7608nxi ds-2de4225iw ds-2
  • QtVsPlayer
    QtVsPlayer
    can read local video files of Hikvision and display blue, green and red vector
Top