Richard Eppes wrote:
> Does anyone know where I could start looking for a way to grab a single
> video frame while the capture card is already in use by another program
> (which, unfortunately, I don't have the source code to)?
No. videodev.o allows only one process to open the device. Any chance
that this can be changed? Alan? I'm thinking about allowing multiple
opens on bttv, but this needs quite a few changes in videodev.o. Most
serious problem is that I need some way to keep per filedescriptor data
to get this right.
Even if this limitation is removed there is still no sane way to allow
multiple processes to use capture in parallel. Use video overlay and
capture in parallel would work throuth...
Gerd
--
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.