01-30-2014 06:14 PM
How can I convert a system.drawing. image to system.drawing.bitmap?
01-30-2014 07:59 PM
Have you tried To More Specific Class?
01-31-2014 10:42 AM
Yes I tried, but doesn't work.
I'm trying to do it in different way but I'm getting an error,
se VI annexed...
02-13-2014 09:53 AM
Hey there;
You can check out this post; it has all the c code necessary to do so.. you can use it in LabVIEW with the Call Library Function node
Good luck
02-13-2014 11:53 AM
I believe the constructor is the way to go. What problem are you having? Your example is going to fail since the PictureBox is empty, load a picture into it and try it then.
02-13-2014 12:01 PM
Thanks Darik,
Yes I been working last days and works fine when I put a picture on it.
At this time, my application it's working: USB WEB CAM==> Take picture ==> decode Matrix code (all without use Vision Package, just freeware .NET)