Re: [V4L] capturing with mmap

2001-02-21 Thread Gleicon S. Moraes
Kali Griffin wrote: If my understanding is correct, with mmap, VIDIOCSYNC, frees a specified frame and then the driver fills the mapped memory with a video image. Is there anyway for me to be notified that the frame is full? How can I be sure that after I call VIDIOCSYNC that the buffer

[V4L] capturing with mmap

2001-02-20 Thread Kali Griffin
This is a simple question. I am trying to accurately see how many frames i can grab and write per second using the v4l interface on my slow mule box. If my understanding is correct, with mmap, VIDIOCSYNC, frees a specified frame and then the driver fills the mapped memory with a video image.