Click to See Complete Forum and Search --> : Working with a camera -


.pcbrainbuster
November 13th, 2007, 06:00 PM
Sup dudes,

Are there any tutorials for working with cameras(in terms of programming)?

Thanks.

golanshahar
November 14th, 2007, 01:54 PM
What kind of camera?

Cheers

.pcbrainbuster
November 14th, 2007, 03:34 PM
Any cam. attached to the computer :)

Thanks.

MrViggy
November 14th, 2007, 06:22 PM
http://www.twain.org is a start...

Viggy

Zaccheus
November 15th, 2007, 09:52 AM
Also check out the manufacturers' websites, they sometimes have free SDKs. :)

.pcbrainbuster
November 15th, 2007, 11:43 AM
Thanks for your posts guys :) I did go to twain.org but could not find any tutorials :(

Thanks.

golanshahar
November 15th, 2007, 02:41 PM
Any cam. attached to the computer :)

Thanks.

Again its depends what kind of camera, if its a web cam (USB) for instance then Video For Windows can be an option, if the camera needs a frame grabber its more complex as already mentioned you will need the SDK from the manufacturer.

Cheers

.pcbrainbuster
November 15th, 2007, 03:08 PM
What exactly is a SDK that everyone talks about?

Thanks.

Zaccheus
November 15th, 2007, 06:13 PM
Software Development Kit.

A collection of header files and lib files - which give you the code that you need in order to do certain things, like connecting to a camera.