Hey Duncan,

On Mon, 2003-06-16 at 06:06, Duncan Haldane wrote:
> Someone asked on the cpia mailing list about this.    Do these states
> "start/stop recording the video stream to a file", or "save 
> the current frame to a file" correspond to any appropriate
> Video4Linux interface calls that might be easy to add to the driver?

There's some stuff to do this, yes. You can make it a (v4l2-)control,
and then let the button-press be detected by the application, which
handles this as if the "capture" button was pressed.

However, this isn't simply a kernel driver thing, it's also an
application thing. Stuff like this doesn't belong in the kernel as the
windows driver seems to do it, imho.

Ronald

-- 
Ronald Bultje <[EMAIL PROTECTED]>
Linux Video/Multimedia developer


--
video4linux-list mailing list
Unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/video4linux-list

Reply via email to