Re: [PATCH] uvcvideo: Disable hardware timestamps by default

2015-08-03 Thread Peter Rabbitson
On 07/27/2015 04:18 PM, Laurent Pinchart wrote: The hardware timestamping implementation has been reported as not working correctly on at least the Logitech C920. Until this can be fixed, disable it by default. As stated earlier on freenode#v4l - this patch seems to do the job for me as well.

Re: [PATCH] uvcvideo: Disable hardware timestamps by default

2015-07-30 Thread Paul Fertser
Hello Laurent, I was experimenting with a web-camera integrated in my laptop and was extremely confused by non-monotonic timestamps coming from the uvc driver. In fact, the very first timestamp was bigger then the second every time I tried. This patch helped. More details: 1. I'm testing with

[PATCH] uvcvideo: Disable hardware timestamps by default

2015-07-27 Thread Laurent Pinchart
The hardware timestamping implementation has been reported as not working correctly on at least the Logitech C920. Until this can be fixed, disable it by default. Reported-by: Peter Rabbitson rab...@rabbit.us Signed-off-by: Laurent Pinchart laurent.pinch...@ideasonboard.com ---