Jim M. wrote:
hi, I am new to C, C++,gnome. Does anyone has an example of a piece of code that shows how to read data bytes(bits) coming from a Camera attached to a scsi port or parallel port to a PC?. then maybe displayed on the screen,.. it could be straight C, C++, gnome.. like data is saved to a buffer then,.. Jim
Depending on what kind of camera you mean, you can take a look at: - GPhoto at gphoto.org for a still camera - GStreamer for Webcam and DV camcorders at gstreamer.net Have fun