How to access digital camera

  • Thread starter Thread starter Kanaiya
  • Start date Start date
K

Kanaiya

hello
i want to make one project which develop in
visual c++. for windows 2000 i have to develop one project
in that i need it. so how i can access it and what main
concept i have to take in mind because i have to provide
functionalitys for all types of digital camera and other
digital devices. bye.
 
Most of the digital cameras uses a twain driver or a normal FAT file system.
You can use one of many twain toolkits to do what you want. Most of them are
COM components you can access from any Windows programming language.

Here is one toolkit:
http://www.twaintools.de/index.html

You can also find free toolkits. Do a google scearch for "twain sdk win".
 
Kanaiya said:
hello
i want to make one project which develop in
visual c++. for windows 2000 i have to develop one project
in that i need it. so how i can access it and what main
concept i have to take in mind because i have to provide
functionalitys for all types of digital camera and other
digital devices. bye.

Look up the DirectShow API (part of DirectX SDK), which has everything you
need for working with digital cameras.

Also, get the book "Programming Microsoft DirectShow for Digital Video and
Television" by Mark Pesce (Microsoft Press).
 
Back
Top