digicam via c++

H

Holger Dell

hi,

i've got a digital camera connected via usb or firewire.
and i want to write a c++ program that tells the camera to take a photo
and also reads out that photo.

is that possible?
how can it be implemented?

holger
 
M

Mike Wahler

Holger Dell said:
hi,

i've got a digital camera connected via usb or firewire.
and i want to write a c++ program that tells the camera to take a photo
and also reads out that photo.

is that possible?

Yes, but not entirely with ISO C++ (the only form discussed
here).
how can it be implemented?

No matter the language you use, you'll need an API
application programming interface) with hardware-specific
functions you can call). This is typically provided by
the manufacturer of the camera, e.g. via a 'device driver'.

Consult support resources for your camera, and/or your
operating system.

We can help with the standard C++ parts here. However,
the camera interface part is not topical here, nor are
any image rendering issues.

Look to see if your camera manufacturer has a web site
with info about this, and/or try a google search, being
as specific as you can with the search terms.

HTH,
-Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top