[Ilugc] webcam program

  • From: naveen_kosmic@xxxxxxxxx (naveen kumar)
  • Date: Wed, 14 Apr 2004 00:12:03 -0700 (PDT)

 Hai,respond to this




#include <>




main()
{

fd=open("/dev/dsp",O_RDONLY);
fd2=open("/dev/dsp",O_WRONLY);

while(1)
{
nread= read(fd,buf,500);
write(fd2,buf,nread);
}

}
it is the program for reading from microphone and to
listen to it through speakers.

i would like to know whether we can capture the video
from a webcam in a similar manner.

What may be the file format of that image?
What may be the file format of the sound captured by
the above program?


        
                
__________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html

Other related posts:

  • » [Ilugc] webcam program - naveen kumar