Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
stevro opened this issue Oct 30, 2019 · 4 comments
Open

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

stevro opened this issue Oct 30, 2019 · 4 comments

Comments

@stevro
Copy link

stevro commented Oct 30, 2019

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
Copy link

Hetflik commented Jan 15, 2020

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
Copy link
Owner

MissiaL commented Jan 16, 2020

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
Copy link

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
Copy link

MnCSD commented Mar 14, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants