LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

System.drawing. image to system.drawing.bitmap

 

How can I convert a system.drawing. image to system.drawing.bitmap?

0 Kudos
Message 1 of 6
(3,462 Views)

Have you tried To More Specific Class?

0 Kudos
Message 2 of 6
(3,447 Views)

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...

 

 

0 Kudos
Message 3 of 6
(3,413 Views)

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

 

 

0 Kudos
Message 4 of 6
(3,337 Views)

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.

0 Kudos
Message 5 of 6
(3,330 Views)

 

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)

0 Kudos
Message 6 of 6
(3,325 Views)