Re: new libv4l2 (was Re: [PATCH, libv4l]: Make libv4l2 usable on devices with complex pipeline)

2018-07-30 Thread Mauro Carvalho Chehab
Em Sat, 28 Jul 2018 23:11:10 +0200 Pavel Machek escreveu: > Hi! > > > > > Add support for opening multiple devices in v4l2_open(), and for > > > > mapping controls between devices. > > > > > > > > This is necessary for complex devices, such as Nokia N900. > > > > > > > > Signed-off-by: Pavel

Re: new libv4l2 (was Re: [PATCH, libv4l]: Make libv4l2 usable on devices with complex pipeline)

2018-07-30 Thread Mauro Carvalho Chehab
Em Sat, 28 Jul 2018 23:11:10 +0200 Pavel Machek escreveu: > Hi! > > > > > Add support for opening multiple devices in v4l2_open(), and for > > > > mapping controls between devices. > > > > > > > > This is necessary for complex devices, such as Nokia N900. > > > > > > > > Signed-off-by: Pavel

[PATCH, libv4l]: Make libv4l2 usable on devices with complex pipeline

2018-07-08 Thread Pavel Machek
Add support for opening multiple devices in v4l2_open(), and for mapping controls between devices. This is necessary for complex devices, such as Nokia N900. Signed-off-by: Pavel Machek diff --git a/lib/include/libv4l2.h b/lib/include/libv4l2.h index ea1870d..a0ec0a9 100644 ---

[PATCH, libv4l]: Make libv4l2 usable on devices with complex pipeline

2018-07-08 Thread Pavel Machek
Add support for opening multiple devices in v4l2_open(), and for mapping controls between devices. This is necessary for complex devices, such as Nokia N900. Signed-off-by: Pavel Machek diff --git a/lib/include/libv4l2.h b/lib/include/libv4l2.h index ea1870d..a0ec0a9 100644 ---