Gerd Knorr wrote: > * What the select code is good for? > I'm not sure if you're referring to some specific code, or the feature in V4L2 in general.. if the latter than this is something that's really needed in V4L - the ability to select() on the file descriptor like any other device to block until there's something to read (mmap capture complete). Without this, integrating capture code into an application is either messy or requires dedicated threads than can block on sync - select() is a MUCH nicer way of doing it, and also allows V4L input to be integrated with other IO in a single thread/process. Ben _______________________________________________ Video4linux-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/video4linux-list
- Re: [V4L] v4l2 + kernel Bill Dirks
- Re: [V4L] v4l2 + kernel Gerd Knorr
- Re: [V4L] v4l2 + kernel Justin Schoeman
- Re: [V4L] v4l2 + kernel Gerd Knorr
- Re: [V4L] v4l2 + kernel Justin Schoeman
- Re: [V4L] v4l2 + kernel Michael Hunold
- Re: [V4L] v4l2 + kernel Bill Dirks
- Re: [V4L] v4l2 + kernel Gerd Knorr
- Re: [V4L] v4l2 + kernel Bill Dirks
- Re: [V4L] v4l2 + kernel Gerd Knorr
- Re: [V4L] v4l2 + kernel Ben Bridgwater
- Re: [V4L] v4l2 + kernel Gerd Knorr
- Re: [V4L] v4l2 + kernel Bill Dirks
- Re: [V4L] v4l2 + kernel Gerd Knorr
- Re: [V4L] v4l2 + kernel Justin Schoeman
- Re: [V4L] v4l2 + kernel Gerd Knorr
- Re: [V4L] v4l2 + kernel Justin Schoeman
- Re: [V4L] v4l2 + kernel Gleicon S. Moraes
- Re: [V4L] v4l2 + kernel Gerd Knorr
- Re: [V4L] v4l2 + kernel Alan Cox
- Re: [V4L] v4l2 + kernel Justin Schoeman
