11-15-2018 05:56 AM
Hello,
I just wondering how I can readout from an ANPR camera (Reading out number plates on cars) into LabView. The camera I'm thinking of, is found in attached manual. I see there are different data transmissions like FTP, TCP/IP, Wiegand, standard protocols and Serial port. Is LabView Professional supporting these protocols, or do I need some expensive modules in addition like Vision Developement Module? I just want to readout an image of the number plate and save it to a specific folder.
br,
paalbrok
11-15-2018 08:15 AM
It sounds like the manufacturer of your camera has their own software installed, and exports in some format that wasn't clear in the information you posted.
LabVIEW, in their Vision Acquisition Software, supports the GenICam protocols for USB and TCP/IP cameras. LabVIEW also has "Picture" VIs that can read (and display) various Image formats, such as .PNG, .JPG, and others. They also offer the Vision Development Module that allows additional specialized Image-processing routines, should they be required for your application.
LabVIEW definitely supports TCP/IP and VISA protocols for acquiring data, without needing any additional Modules. Whether or not you will need any of their add-on Vision products is unclear without knowing (a) what the existing ANPR camera provides, and (b) what additional stuff you need to do that the Camera manufacturer doesn't provide. Have you looked at their SDK?
Bob Schor
11-23-2018 07:24 AM
No, the manufacturer of the camera doesn't have their own software. Only camera is provided.
paalbrok