No DrawFrame in new SDK!

Post Reply
avelazquez
Posts: 19
Joined: Mon Jun 07, 2010 7:40 am

No DrawFrame in new SDK!

Post 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!
VincentG
Posts: 7728
Joined: Mon Jul 17, 2006 5:00 am
Location: Corvallis, Oregon

Re: No DrawFrame in new SDK!

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