02-12-2007 09:15 PM
02-13-2007 03:30 PM
02-14-2007 01:58 PM
02-15-2007 07:11 PM
02-15-2007 08:26 PM
02-16-2007 10:39 AM
I have taken a look at Pete's Webcam VIs that you posted. It looks like he uses Call Library Function Nodes to call his custom made DLLs to initialize a camera as well as return data from the camera. He then uses the “Draw Flattened Pixmap” VI (from NI) to convert the image data to an actual image that LabVIEW can display. If you probe the output data and find that data is being returned from the driver through the call library function node and no image is being displayed then there might be something wrong with the conversion process and we can take a look at that. If none or blank data is being returned than without knowing how the driver was written I am sorry to say I will be unable to help you. I noticed on Pete's Webcam page that he no longer supports his webcam driver. Since he would be the only one in this situation that can shed some light on the issue you might want to start looking at some alternatives. I highly encourage you to at least download the Vision Development Module for a 30 day free trial. This way you can also install the USB Driver we have posted on our website to see if it will be compatible with your camera. You will at least have access to this API for 30 days and can then decide if it is worth buying. One thing I noticed from another one of your posts is that you want to do simultaneous image acquisition from 2 webcams. Please note that our IMAQ for USB driver version 1.0 does not support acquisition from multiple cameras simultaneously. I am sorry I could not help you more. If anyone else has ideas for Mozill to try please feel free to post. Good luck with your project. Thanks and have a great day.
02-16-2007 12:10 PM
02-17-2007 03:39 AM
02-19-2007 09:34 PM
03-04-2007 02:16 PM
Hi Mark,
I followed your suggestions and I am able to capture the image. Thanks a lot for the help. However, I am running through some problems. The first problem is that when I try to stop the vi, labview freezes, I am using the vi 'Grab with Property Page.vi'. The second problem is that when I copy paste the 'Grab with Property Page.vi' in my custom vi program. It does not work; I cant even access the nodes. It shows just the image of the vi I copied. Is there any way to solve the problem?
Thank you for your time.
Regards,
Mozill