hello what means "fail: v4l2-test-io-config.cpp(99): the union of ENUMSTD does not match the standard mask (ffb0ff != ffffff)" ?
montjoie: the std mask returned by G_STD must match the union of the std masks of all standards reported by ENUMSTD. It's best to read the code in v4l2-compliance to see what is actually being tested.
sorry, I need to correct myself.
it is the mask returned by ENUMINPUT/ENUMOUTPUT that is being checked against the union of ENUMSTD.
ezequielg: ping
unping
mchehab: :)
oh, you merged that stuff. no worries.
mchehab: thanks for all the merges, all looks good!
mchehab: will you process this PR as well today? https://patchwork.linuxtv.org/patch/63140/
Just for my planning.
ezequielg: yeah, I pinged you because of that, but then I realized that the PR were already on the top of upstream
hverkuil: if time allows, yes
got sidetracked by something else
np
jmondi:
jmondi: ping
hverkuil: pong in 10 minutes ?
jmondi: shouldn't V4L2_CID_CAMERA_SENSOR_LOCATION be a menu control? Did we ever discuss that before? When I read the documentation it suddenly struck me that it makes no sense that this is an integer control since each value has a different meaning.
(answer when you have time)
Does anyone know how can we pass DISPLAY and XAUTHORITY to virtme/qemu? I am trying to solve this error:
``QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-kaaira'
qt.qpa.screen: QXcbConnection: Could not connect to display
Could not connect to any X display.``
hverkuil: Hello Hans, sorry for the dealy
I don't think we have discussed that in the past, but I agree being that an enumeration of values it makes sense to have it as menu control
unfortunaly that didn't occur to me earlier as understanding of controls is really one of my weakest spots :)
a new iteration is needed then...
I didn't notice either until v9, and I am supposed to be the expert on controls :-(  I apologize for being so late with this request.
no worries, I hope to be able to send a new version in time for this merge window