06-08-2003 09:44 PM
02-09-2004 05:26 PM
02-11-2005 09:51 AM
08-22-2005 02:57 PM
03-07-2006 03:08 PM
Somebody knows how can I communicate labview with the Pinacle Studio Movie Box Deluxe USB image acquisition hardware?
Thanks!!!
03-08-2006 02:02 PM
Hey JVS,
You can try and use the NI-IMAQ for USB Cameras driver to bring the images in, but this driver requires that the USB image device have DirectShow support.
If this does not work for you, then the hardware that you would like to use has to have some form of API that LabVIEW can communicate with. If it does, then you can just use a call library function node to call into the Pinacle software for it to return images to LabVIEW. Or you can try to use ActiveX to bring in the images. Last, you could check with the hardware manufacturer to see if they have any LabVIEW support or VI's that will allow their hardware to work with LV.
If the above doesn't work for you, then you might have to save the images to disk and then use the Vision Software to open the images from the files. Or you could display them by using native LabVIEW functions.
I hope this helps. Please let us know what your final solution is, so that others who would like to interact the same hardware with LabVIEW will be able to find a solution easily. Also, let me know if you have any further questions or concerns. Thanks, and have a great day.
Regards,
DJ L.
03-22-2006 04:02 PM
Thank you
very much for your reply.
I could communicate with this hardware using the IVision driver
that I found in http://www.geocities.com/irene_he/IVision.html
Before, I tried to use the IMaq USB functions but it returned an error.
Best regards.