Skip to content

Script to download footage from a Hikvision camera on a regular basis

Notifications You must be signed in to change notification settings

chiaryan/hikvision-regular-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

requires a config.ini in the root, under [VALUES] section:

  • domain
  • userId: HCP generated
  • secret: HCP generated
  • beginTime: ISO 8601 standard
  • endTime: ISO 8601 standard
  • camerascomma-separated IDs of cameras
[VALUES]
domain = http://127.0.0.1:9016
userId = 12345678
secret = secretsecretsecretsecret
beginTime = 15:00:00+08:00
endTime = 15:10:00+08:00
cameras = 1,2,3

About

Script to download footage from a Hikvision camera on a regular basis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages