07-01-2011 01:36 AM
I am supposed to make algorithms for my project which is sorting and counting of electronic components. I'm not allowed to use imaq tool pallette for image acquisition neither vision assistant for processing. Is there a method of acquiring and displaying image on labview without using imaq? if yes, please guide me. If a tutorial is available, pleae post a link.
07-01-2011 04:18 AM
Hi,
May I ask why aren't you allowed to use NI Vision software?
Thanks,
Christian
07-01-2011 03:50 PM
You can, theoretically, by calling into the .dlls of the camera manufacturer's drivers. Any processing that you would do would depend on how the .dlls send you that data. At that point it's a matter of the cost of development against the cost of the Vision drivers, unless this is a strictly academic exercise.
07-06-2011 11:31 PM
Well it is my final year project and the review committee for the project in university hasn't given us the permission. They want us to learn like Engineers. We should know what actually is the logic behind those tools provided with NI softwares.
07-07-2011 01:31 PM
You could spend your entire senior year trying to develop a camera driver and image display VI for LabVIEW. While I agree with the benefits of programming some features yourself, such as the processing functions, unless your senior project is to write a camera driver for LabVIEW that will be outside the scope of what can reasonably be accomplished in that timeframe. Additionally, we've developed and licensed a lot of proprietary technology to create those drivers which certainly adds another layer of complication to trying to make that from scratch. I would definitely try to lobby your committee to allow you to use the Vision Acquisition Software. Here is a list of the VIs that come with the Vision Acquisition software. As you can see, there are no processing tools in that driver, but you will be able to get images from a camera or file and display them on the front panel. That will provide the bare minimum amount of tools you'll need to get up and running with any kind of image tasks. Any processing tools can still be developed from scratch. Hope that helps!
07-09-2011 12:29 PM
ok..thanks alot JOhn. I'll make sure the review committee reads your comments. We needed to justify ourselves and I'm sure that reply of yours would be a great help.
04-21-2012 05:06 AM
Hello!
I am supposed to do the same project as yours, but in my case, we can use IMAQ but it's better if we find the solution by ourselves, without IMAQ.(Engineering program :P)
And I have some trouble finding the solution!
So have you found how to get an picture from a camera in labview? (without imaq if it's possible? 😉 )