pinchartl, ping
bparrot: pong
pinchartl, i saw there was discussion on maybe having a mini-summit at ELC, what is the current plan?
I've discussed that with Hans and Sakari on Friday
few people have registered an interest so far
so it was quite likely that no mini-summit would take place
but
if we get more participants, we could reconsider that
so please ping Hans about it
he should send an announcement this week
ok i will once he is on
are there topics you would be interested in in particular ?
not specifically just like to try and be more connected
:)
that's always good, but we're currently missing topics
so if everybody's goal is to be more connected, we could meet at the hotel bar :-D
hehe well as long as we can hear each other...
although i have yet decided if i was attending elc yet
s/yet/not/
pinchartl, when are you guys getting in to Portland?
I'll arrive on Saturday evening and leave on Saturday morning
18th to 25th
allright thanks
Hello! I want to save/load all the current control values into a file. Before implementing my own solution.... are you aware of a console tool that does that and the file format is human readable while it support arrays?
ribalda: I'm not. if you come up with a standard syntax to specify array control values on the command line, I'm interested :-)
A college already implemented something in xml :S. My hopes were that there was a magic tool in v4l-utils that did the job with a better format.
<control name="Bayer Skipping">1</control><control name="Fixed Pattern Noise Correction">[ 16384 16384 16384 16384.......16384 ]</control><control name="Sensor Bit Mode">0</control>
I am not a big fan of xml, also bidimensional or 3d  arrays would not be too easy to represent either
If it's only "save" operation, will "v4l2-ctl -d <dev> -L" suffice?
rshanmu: it is too basic, it does not have support for arrays
and I also need load support
ribalda: sorry. I confused menu with array :-(