...still no luck, still getting partial frames.
Ori_B: bytesused is not right :-/
could you try capturing with yavta ?
pinchartl: it'll have to wait until tomororw, but sure.
pinchartl: another interesting thing is that when I grabbed the code and pulled it out of the app (which is reading from 3 different uvc cameras -- one thermal, 2 rgb) it seemed to work.
but I only tested it a little bit.
sailus: ping
hverkuil: Pong.
sailus: quick question: I'm reviewing "v4l: Add Intel IPU3 meta data uAPI" and I noticed the use of __reservedX in bitfields.
Is there a reason for using the __ prefix? Double underscores are reserved for use by compilers etc.
Just wanted to check if I missed a discussion about that.
As far as I know, no.
Perhaps it's there just to separate from the fields that are actually in use.
OK, then I'll mention it in my reply. I think it can just be dropped.
And... I requested to use reserved fields in the past instead of relying on __aligned(), but that doesn't seem to be completed, and thinking about the number of parameters, perhaps it's just better to use __aligned().
So some of these reserved fields could actually be removed, if __aligned() is added back.
These are bitfields, not padding inside a structure.
But that could be done later on, as it does not affect ABI (or API).
Ack.
sailus: finished my review. It is looking very good.
pH5: ping
hverkuil: Thank you!
hverkuil: pong
pH5: since you've worked a little bit on v4l2-compliance, what would be the most urgent things I should document?
I wrote it, so I'll have a blind spot for that :-)
But I know that cv4l-helpers.h definitely should be documented.
I found it a highly confusing that there are still a lot of raw doioctl around, even for functions that are wrapped by cv4l.
Maybe document if there is a system behind that, and if not, where the journey should go.
Yeah, the problem is that you are doing *compliance* tests. The wrappers do things the right way, but we want to test what happens when you give garbage, or leave reserved fields to non-0 values.
oh, good point.
pH5: I try to do the 'pass bad info in the ioctl' checks at the start of the test function. Once that passes I can use the wrappers for those tests that look at corner cases or interactions between different ioctls.
pinchartl: ok, replicated with a few different applications.
it looks like once I'm capturing from both cameras, things start dying; USB bus getting overloaded, maybe.
so, here's a question: what are webcams supposed to do if there's insufficient usb bandwidth for them to hit their desired framerate?