04-22-2009 11:49 AM
I have been given a project on object classification using USB camera. I am new to labview so please help me and I have to submit this project next week..........So please......please help me, if I can get block diagram of object classification using USB camera.....
04-23-2009 08:22 AM
Hi sherok,
what have you done so far? There exits an USB driver for IMAQ. Do you want to use Vision for your project?
Mike
04-23-2009
10:04 AM
- last edited on
04-01-2025
09:03 AM
by
Content Cleaner
Hi sherok,
You will need the Vision Development module, Vision Acquisition, and LabVIEW of course. After you will need to download this driver: NI-IMAQ for USB cameras.
Do you have all of those things?
Also, the NI-IMAQ for USB cameras is not technically supported by NI. It's provided as-is as an extra, but no guarantees if anything goes wrong.
04-24-2009
08:20 AM
- last edited on
04-01-2025
09:04 AM
by
Content Cleaner
Info on Object Classification.
There's also a link on that page to the evaluation version of the software.
04-24-2009 10:01 AM - edited 04-24-2009 10:03 AM
Yet I have grab the image but I don't understand what should I do further.........If there is any example code available or manual so I could read that or even is any one can explain me that how can I do object classification using USB camera......
04-27-2009
11:11 AM
- last edited on
04-01-2025
09:05 AM
by
Content Cleaner
Well, once you have the image, it's back to basics time!
I highly recommend the NI Vision Concepts Manual. Check that out.
04-27-2009 02:46 PM
I want through the NI Vision Concepts Manual and I made object classification using USB camera but there is an error of invalid image type so please check my labview coding............My task is to classify the object and display the name of the object on the image and string indicator so how can I do that...............Thank you for helping me.
04-28-2009
10:56 AM
- last edited on
04-01-2025
09:05 AM
by
Content Cleaner
Hey Sherok-
It is difficult to run this code without your hardware or your classification file. So, you are going to have to do some debugging to see where the error is coming from. Try running your code in highlight execution mode.
In addition, does your error message tell you anything about what image type it is expecting versus what image time you are using? You should be able to change the image type your program, 'Image Type' is one of the inputs on the IMAQ Create.vi.
Without the classify portion of your code, are you able to simply grab from your USB camera?
Hope this helps.
-Ben