Parse Hikvision data directories with PHP

davehope

n3wb
Joined
Aug 8, 2015
Messages
12
Reaction score
2
My first post so I hope I'm posting in the right section and that it's OK to post this kind of thing.

I bought my first Hikvision camera a week or two ago and with a few days off work decided to try and knock up a web interface to the NFS Storage I use for the camera. Much of what I'be written ties into a web app I use at home for monitoring and automation, but have opensourced the PHP class that does the parsing of Hikvisions "index00.bin" files and provided a demo application that makes use of the class. It is available on GitHub here:

https://github.com/davehope/libHikvision

Here's a screenshot of the demo application. You select a range of dates on the left and click the "Search" button to see the list of dates and number of video segments. Clicking a day then displays the relevant segments. From there you can browse the segments and click one to download.

 

Attachments

Last edited by a moderator:
Top