954,499 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

access Digital Camera Functions

I'm writing a face recognition application in Visual C++. Part of my task will involve taking an image from my digital camera as input to my pattern recognition algorithm. I am using a Kodak EZ 200. Is it possible to write a program in C which can make system calls to the camera's functions? I read somewhere that it is possible to write C code which can access a CCD Camera library. I really don't know how to go about this one. Any suggestions would be greatly appreciated.
Cheers,
Bullseye.

Bullseye
Newbie Poster
3 posts since Nov 2003
Reputation Points: 10
Solved Threads: 0
 

As long as you can make a pointer to it it can be done.
If you figure this one out let me know please (ivalmianski@yahoo.com)
Ilya

Valmian
Junior Poster in Training
82 posts since Sep 2003
Reputation Points: 13
Solved Threads: 0
 

ehh, a pointer isn't gonna do much for ya d00d. whatever calls u make are going to eventually map to a device driver, so here is a place to start:

http://www-2.cs.cmu.edu/~iwan/1394/

infamous
Junior Poster in Training
77 posts since Mar 2004
Reputation Points: 47
Solved Threads: 2
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You