How to connect ANPR camera?

Oct 29, 2025
8
0
Iraq
I have an ANPR camera I want to send car data to a database that is to reuse how to make it do that, but there is a tutorial is not clear Http Push I do not know what program can help me out?

 
What database software do you want to send HTTP push to?
You can use ANPR camera built in database (saves on SD card) if you do not need an external database.
 
I want to see the number of cars directly in a text file on the computer because I get the data directly to my database that I see in the video Alarm svr it uses , you tell me how or any other way that I can get the data directly, I mean the car license plate
 
What database software do you want to send HTTP push to?
You can use ANPR camera built in database (saves on SD card) if you do not need an external database.
How do I retrieve that database?
I want to see the number of cars directly in a text file on the computer because I get the data directly to my database that I see in the video Alarm svr it uses , you tell me how or any other way that I can get the data directly, I mean the car license plate?
 
Last edited:
You can export database from ANPR camera if you only need to view on computer. It downloads CSV file.
 
I want it to be direct to get it back to my database immediately, I mean it's the login door I write other data on I have my own database
Please explain what your own database software can do.
The camera can send HTTP PUSH with information. You need external database software that can handle this function.
 
Please explain what your own database software can do.
The camera can send HTTP PUSH with information. You need external database software that can handle this function.
I need the information the camera sends to get back to my database, and I want to know how to send that data to my computer
 
I need the information the camera sends to get back to my database, and I want to know how to send that data to my computer
Your replies are not helpful. How can I help if I do not know what database software you are using on your computer??
 
Your replies are not helpful. How can I help if I do not know what database software you are using on your computer??
I have two systems, one created with php and mysql, the other with visual studio 2019 database msaccess2013 how can you help me thank you very much.
 
You need to write code to accept HTTP PUSH.
The code should accept an incoming connection and append data to your mysql database.