/libHikvision

PHP Class for working with Hikvision datadir's

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

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