Re: [RFC 1/2] uvc: Add a quirk flag for cameras that do not produce correct timestamps

2015-11-09 Thread Laurent Pinchart
Hi Sakari, On Wednesday 05 November 2014 18:12:33 Sakari Ailus wrote: > The UVC devices do produce hardware timestamps according to the spec, but > not all cameras implement it or implement it correctly. Add a quirk flag for > such devices, and use monotonic timestamp from the end of the frame >

[RFC 1/2] uvc: Add a quirk flag for cameras that do not produce correct timestamps

2014-11-05 Thread Sakari Ailus
The UVC devices do produce hardware timestamps according to the spec, but not all cameras implement it or implement it correctly. Add a quirk flag for such devices, and use monotonic timestamp from the end of the frame instead. Signed-off-by: Sakari Ailus sakari.ai...@linux.intel.com ---