02-28-2010 11:01 PM
Hi, I believe someone already asked, but I didn't see a reply. I am "OK" with labview, but new to ".NET" and am tryign to figure out how to save an image from this Webcam vi. Any help would be appreciated. I have been trying to read up on the imag.save function for the picturebox, but not having any luck.
thanks
Keith
02-28-2010 11:26 PM
Post what you have did so far? That will be easy for us to guide you.
Mathan
03-03-2010 10:32 PM
Looking at the original code, and reading about the Picture Box control, I expected to be able to create a new property node for PictureBox similar to the one which is there for getting the Handle. Then wire the handle to it and select the "image.save" function from the drop down list. I quickly discovered that there is no "image.save" function shown in the drop down list. I am trying to get time to do more research on this, but any helpful hints would be appreciated.
thanks
Keith
03-04-2010 02:32 AM
If you mean property node then you probably should instead create a method node. Save certainly is an operation and not a property of an object.
If you already created a method node and couldn't find save there, then I would think that .Net control does not have a save method.
06-10-2010 08:25 AM
Hi, This is a really handy vi. Thanks McArthur.
Has anyone figured out a way to save an image from this?
Thanks
07-15-2010 10:42 AM
Hi, James.
I have downloaded your revised Webcam.vi
I see only a black screen.
Win XP sp2, LV2009
The Web Cam video I am using DOES show up as working
when I use it with Skype.
Is there anything I'm missing?
JIM
07-15-2010 10:54 AM
I just ran this piece of code and saw a black screen also
once the camera is turned on and no other program is using the camera it works
07-15-2010 04:44 PM
Thanks, James. That worked for me when I closed down Skype.
JIM
08-17-2010 11:44 PM
08-18-2010 03:05 AM
Nice one
attached in labview 8.6 openable version