Re: [PATCH 4/4] uvcvideo: Add UVC timestamps support

2011-11-23 Thread Laurent Pinchart
Hi Javier, On Thursday 17 November 2011 13:14:26 javier Martin wrote: On 8 November 2011 13:06, Laurent Pinchart wrote: void uvc_queue_init(struct uvc_video_queue *queue, enum v4l2_buf_type type, diff --git a/drivers/media/video/uvc/uvc_video.c b/drivers/media/video/uvc/uvc_video.c index

Re: [PATCH 4/4] uvcvideo: Add UVC timestamps support

2011-11-17 Thread javier Martin
Hi Laurent, On 8 November 2011 13:06, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote:  void uvc_queue_init(struct uvc_video_queue *queue, enum v4l2_buf_type type, diff --git a/drivers/media/video/uvc/uvc_video.c b/drivers/media/video/uvc/uvc_video.c index 513ba30..d0600a5 100644

[PATCH 4/4] uvcvideo: Add UVC timestamps support

2011-11-08 Thread Laurent Pinchart
UVC devices transmit a device timestamp along with video frames. Convert the timestamp to a host timestamp and use it to fill the V4L2 buffer timestamp field. Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com --- drivers/media/video/uvc/uvc_queue.c | 12 ++