[libcamera-devel,v2,0/3] libcamera: pipeline: uvcvideo: attach to a V4L2Device
mbox series

Message ID 20190125143951.27992-1-niklas.soderlund@ragnatech.se
Headers show
Series
  • libcamera: pipeline: uvcvideo: attach to a V4L2Device
Related show

Message

Niklas Söderlund Jan. 25, 2019, 2:39 p.m. UTC
Hi,

Patch 1/3 and 2/3 fix a bad name decision for the UVC and VIMC pipelines 
and adds the missing log facilities. While 3/3 finds and creates a 
V4L2Device for the in the UVC pipeline.

Niklas Söderlund (3):
  libcamera: pipelines: rename MediaDevice member for UVC and VIMC
  libcamera: pipelines: add log category for each pipeline
  libcamera: pipeline: uvcvideo: create a V4L2Device for the default
    video entity

 src/libcamera/pipeline/uvcvideo.cpp | 39 ++++++++++++++++++++++-------
 src/libcamera/pipeline/vimc.cpp     | 17 +++++++------
 2 files changed, 40 insertions(+), 16 deletions(-)

Comments

Niklas Söderlund Jan. 25, 2019, 3:18 p.m. UTC | #1
On 2019-01-25 15:39:48 +0100, Niklas Söderlund wrote:
> Hi,
> 
> Patch 1/3 and 2/3 fix a bad name decision for the UVC and VIMC pipelines 
> and adds the missing log facilities. While 3/3 finds and creates a 
> V4L2Device for the in the UVC pipeline.

Patch 1/3 and 3/3 pushed. Patch 2/3 will be merged with the first 
upcoming patch which uses LOG categories.

> 
> Niklas Söderlund (3):
>   libcamera: pipelines: rename MediaDevice member for UVC and VIMC
>   libcamera: pipelines: add log category for each pipeline
>   libcamera: pipeline: uvcvideo: create a V4L2Device for the default
>     video entity
> 
>  src/libcamera/pipeline/uvcvideo.cpp | 39 ++++++++++++++++++++++-------
>  src/libcamera/pipeline/vimc.cpp     | 17 +++++++------
>  2 files changed, 40 insertions(+), 16 deletions(-)
> 
> -- 
> 2.20.1
>