Re: [RFC PATCH 0/5] v4l2-ctl: list controls values in a machine-readable format

2019-01-07 Thread Hans Verkuil
On 01/03/2019 07:00 PM, Antonio Ospite wrote: > Hi, > > here is an experiment about listing controls values with v4l2-ctl in > a way that makes it more easy to reload them, I would use something like > that for https://git.ao2.it/v4l2-persistent-settings.git/ > > Patches 1 and 2 are just warm-up

[RFC PATCH 0/5] v4l2-ctl: list controls values in a machine-readable format

2019-01-03 Thread Antonio Ospite
Hi, here is an experiment about listing controls values with v4l2-ctl in a way that makes it more easy to reload them, I would use something like that for https://git.ao2.it/v4l2-persistent-settings.git/ Patches 1 and 2 are just warm-up patches to get me familiar again with the v4l2-ctrl codebase