MissiaL / hikvision-client

Client for Hikvision devices
MIT License
209 stars 43 forks source link

I need guidance on hikvision integration with 3rd party #16

Open stevro opened 4 years ago

stevro commented 4 years ago

Hi, my question might not be specific to your repo, but you seem to know your way around hikvision system.

I need to integrate a LPR hikvision camera model DS-2CD4A26FWD-IZS/P with a web software.

The integration purpose is to programatically update the camera's whitelist from the web software, without having a human operator use the GUI from hikvision to manually upload an excel file.

Any guidance on this matter is appreciated. At least I need to know if it's possible or I have to search for a different camera system. Thanks.

Hetflik commented 4 years ago

Hello, in case someone is still interested in this issue I was able to solve it with curl...

curl http://admin:yyyyyy@IP:port/ISAPI/Traffic/channels/1/licensePlateAuditData --upload-file input_file.xls

The file must be in xls format. I don't have much time right now, but I might create pull request with this feature some day...

MissiaL commented 4 years ago

Thank you for considering this issue! I don’t have a Hikvision device now and I can’t release updates.

If you make a pull request, then I would be very happy about that. Thanks!

Balabiot commented 4 years ago

Hello, in case someone is still interested in this issue I was able to solve it with curl...

curl http://admin:yyyyyy@IP:port/ISAPI/Traffic/channels/1/licensePlateAuditData --upload-file input_file.xls

The file must be in xls format. I don't have much time right now, but I might create pull request with this feature some day...

Thank you, do you think it's also possible to download the plates read from the camera?

MnCSD commented 1 year ago

Hey the excel file format i mean the data inside of it how has to be?