IP camera nearly Hikvision

I got binwalk setup on my newest intel Linux server, and started poking around in the files
/bin/vc-hal - appears to be a hardware abstraction layer
/bin/AgentUpdater - appears to be a JSON-configured package unwrapper / upgrader
/bin/AgentGreen/AgentGreen - looks like camera configuration JSON files and an executable
 
Last edited:
here is my picture from this dump
binwalk is a very valuable tool - but the results do often need some interpretation and should not all be taken literally.
It should be used as a guide, as there are always many false results, as is seen in your screenshot for the YAFFS entries.

What are you trying to do?
You have this camera, with this firmware, and would like to somehow apply Hikvision firmware to it?

/bin/vc-hal is the main application, similar to davinci in the Hikvision firmware.
Interestingly, it incorporates elements of OpenCV 3.2.0
OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses to utilize and modify the code.

The library has more than 2500 optimized algorithms, which includes a comprehensive set of both classic and state-of-the-art computer vision and machine learning algorithms. These algorithms can be used to detect and recognize faces, identify objects, classify human actions in videos, track camera movements, track moving objects, extract 3D models of objects, produce 3D point clouds from stereo cameras, stitch images together to produce a high resolution image of an entire scene, find similar images from an image database, remove red eyes from images taken using flash, follow eye movements, recognize scenery and establish markers to overlay it with augmented reality, etc. OpenCV has more than 47 thousand people of user community and estimated number of downloads exceeding 14 million. The library is used extensively in companies, research groups and by governmental bodies.
 
or it can not be done?
Not something I've tried, so guessing a bit.

With the big difference in the flash partition layouts between the firmware you posted, and the normal Hikvision layout, I think it would be quite tricky to graft in the Hikvision firmware while operating on a live camera, especially if the bootloader needed to be different.
But what would work would be writing the flash with a Hikvision flash image via a flash programmer.

Did you read the image you posted off the camera using a flash programmer?