Re: [PATCH] uvcvideo: extend UVC_QUIRK_FIX_BANDWIDTH to MJPEG streams

2018-08-06 Thread Laurent Pinchart
Hi Pavel, On Tuesday, 5 September 2017 20:27:39 EEST Pavel Rojtberg wrote: > 2017-09-04 11:56 GMT+02:00 Laurent Pinchart: > > On Monday, 4 September 2017 11:14:17 EEST Pavel Rojtberg wrote: > >> From: Pavel Rojtberg > >> > >> attaching two Logitech C615 webcams currently results in > >> > >>

Re: [PATCH] uvcvideo: extend UVC_QUIRK_FIX_BANDWIDTH to MJPEG streams

2017-09-05 Thread Pavel Rojtberg
Hi Laurent, 2017-09-04 11:56 GMT+02:00 Laurent Pinchart : > Hi Pavel, > > Thank you for the patch. > > On Monday, 4 September 2017 11:14:17 EEST Pavel Rojtberg wrote: >> From: Pavel Rojtberg >> >> attaching two Logitech C615 webcams currently results in >> VIDIOC_STREAMON: No space left on de

Re: [PATCH] uvcvideo: extend UVC_QUIRK_FIX_BANDWIDTH to MJPEG streams

2017-09-04 Thread Laurent Pinchart
Hi Pavel, Thank you for the patch. On Monday, 4 September 2017 11:14:17 EEST Pavel Rojtberg wrote: > From: Pavel Rojtberg > > attaching two Logitech C615 webcams currently results in > VIDIOC_STREAMON: No space left on device > as the required bandwidth is not estimated correctly by the dev

[PATCH] uvcvideo: extend UVC_QUIRK_FIX_BANDWIDTH to MJPEG streams

2017-09-04 Thread Pavel Rojtberg
From: Pavel Rojtberg attaching two Logitech C615 webcams currently results in VIDIOC_STREAMON: No space left on device as the required bandwidth is not estimated correctly by the device. In fact it always requests 3060 bytes - no matter the format or resolution. setting UVC_QUIRK_FIX_BANDWID

[PATCH] uvcvideo: extend UVC_QUIRK_FIX_BANDWIDTH to MJPEG streams

2017-08-02 Thread Pavel Rojtberg
From: Pavel Rojtberg attaching two Logitech C615 webcams currently results in VIDIOC_STREAMON: No space left on device as the required bandwidth is not estimated correctly by the device. In fact it always requests 3060 bytes - no matter the format or resolution. setting UVC_QUIRK_FIX_BANDWID