
VB with digital camera/ 3D etc - How?
Quote:
> > Does anyone know how to take a photo with a digital camera and get
> it on
> > screen in VB. I would like to find a good book covering this , but
> am open
> > to suggestions.
> FYI: this is off topic in the comp.lang.basic.visual.database group.
> you might consider using comp.lang.basic.visual.misc
<JOKE>
Maybe he wants to store the pictures in a database.
</JOKE>
Quote:
> But anyways, the way to get picture data from a digital camera depends
> on the camera. Each manufacturer designs their stuff differently, so
> your best first step is to contact the manufacturer of the digital
> camera and ask them for their SDK or Object Library that you could use
> with your app. This will be in the form of one or more controls or
> DLLs, and may or may not be expensive. Then you would typically use a
> picturebox, image control or OLE control to display it on your VB
> form, depending on how the camera SDK provides the data to your app.
That, actually, isn't so. Nearly all digital cameras and scanners
use TWAIN compliant drivers. There are a number of SDKs
available, but it can be done with API calls, IIRC, to Windows'
TWAIN stuff. Or so I remember from the last time I looked
at it.
Terry Austin