Page 1 of 1

No DrawFrame in new SDK!

Posted: Wed Nov 17, 2010 1:43 pm
by avelazquez
I am trying to figure out how to send the image data to my pictureBox1->Image in the new SDK (the absence of the DrawFrame method will take some getting use to). Since I am using VC++ (.net) I would like to know if there is any sample code in perhaps C# since it is more understandable to me than MFC.

Thanks!

Re: No DrawFrame in new SDK!

Posted: Wed Nov 17, 2010 1:45 pm
by VincentG
Great, glad things are working for you.

Regarding displaying an image in a picturebox, we would encourage you to search around on the web for answers as it's a common topic. Our SDK provides you with image data, beyond that you're dealing with a more general topic of how to display image via your user interface.