Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 696 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 696 Bytes

libHikvision

A PHP Class for working with Hikvision datadir's, this file will parse index00.bin files that Hikvision IP Camera software stores on SD cards and NFS Shares.

Using this class you can view details about recordings stored in a datadir and extract video and thumbnails.

An example application is included named 'demo.php'.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Credits

Based on Alexey Ozerov's c++ code, available at https://github.com/aloz77/hiktools/

License

GPL 2.0