05-24-2016 12:23 PM
hi
can any one help me please :
i want to read srting from my camweb with ocr
and convert to string
thanks and ihope to help me
05-24-2016 03:24 PM
06-04-2016 05:19 AM
I am looking for Labview OCR example which uses USB camera against bmp file, please attach Your example thanks!
06-06-2016 09:42 AM - edited 06-06-2016 09:44 AM
Hi KrzysztofN,
It’ll be a matter of building your code from 2 simple examples:
Simple Grab.vi using IMAQdx (for the acquisition from your USB camera):
Help>>Find Examples>> Hardware Input and Output>>Vision Acquisition>>NI-IMAQdx>>High-Level>>Grab.vi
Optical Character Recognition (OCR) First Example
http://www.ni.com/example/30591/en/
Vision Acquisition Software and Vision Development Module will be needed for you to use these examples. What is the Difference Between NI Vision Acquisition Software, NI Vision Builder, and the NI Vision ...
Regards,
AGJ_CR
06-06-2016 01:55 PM
Dear AGJ_CR thanks for tips, I didn’t realize that Vision Acquisition module is required, I have downloaded the evaluation version and found out grab.vi example as You wrote, this two programs are running separately, I have tried to put grab into OCR example and two modules ae running inside one core properly, I am new with Labview and I have some problem how to connect video output to vision aqiusition there is data format mismatch please check my foto and example saved for 12 version maybe it will be easier for You to open, I am using Labview 2015.
06-07-2016 12:19 PM
Hi KrzysztofN,
I hadn’t realized the OCR example already had a Vision Acquisition VI Express VI. Feel free to delete the other acquisition part and just leave the OCR example. Double click on the Vision Acquisition VI to configure your acquisition.
Regards,
AGJ_CR
06-07-2016 02:19 PM
Hello again 🙂
Nice, I have checked Vision Acquisition and I am a Little bit confused what to choose to get OCR with that, any settings modification changes the Vision input output environment ,maybe could You please modify OCR example for me I have no experience with that,
thanks so much !
06-07-2016 02:23 PM
Connection diagram foto 6.jpg - after chossing CAM0
06-08-2016 08:21 PM
Hi KrzysztofN,
I would recommend that you try to get familiar with the different VIs for you to learn how to modify them. Use the Context and detailed help to learn more about the different functions, for example, to get to know how to configure the Vision Acquisition VI. If you are new to LabVIEW following the next type of tutorials will be very helpful:
Using NI LabVIEW In-Product Help
http://www.ni.com/getting-started/labview-basics/product-help
I can tell you that on the image 1, for acquisition source you need to select the camera that will be acquiring the different images.
The OCR algorithm will also need a Character Set File that is going to be specific for your application. You can create the Set File using the OCR Training Utility installed at C:\Program Files (x86)\National Instruments\Vision\Utility\OCR Training Interface. This will generate a .abc file that you will load in your program.
One simpler option for you to get started might be based on using Vision Assistant. Please check the next forum for more details:
http://forums.ni.com/t5/Machine-Vision/OCR-examples/td-p/1014649
Regards,
AGJ
06-18-2016 12:47 AM