Christopher N. Hesse

Results 51 comments of Christopher N. Hesse

Sure, let’s do it. I definitely cut some corners in the past in order to produce something workable, but now is the right time to rip off those bandaids.

I‘m fine with changing the badge style. You put in more work than I did lately, so I think it’s fair to leave it up to you to choose. Feel...

I'm not opposed to changing the formatting, but in that case we need to at least document the process, settle on a linter all of us use etc. Could you...

Not possible at the moment, unfortunately. I am working on this, but it requires a bit of rearchitecturing in the I/O module. You would probably want to use the userptr...

IMO the best way to handle this is at the call site (i.e. your application). The EINTR error will be propagated all the way up by `dequeue()`, e.g. here for...

Yes, that sounds like a great idea. Could you open a pull request with the change?

Hi, I'm very interested in getting multi-planar format support going. Unfortunately I don't have a camera device which supports/needs it. What device are you testing this with? I'm pretty sure...

> I'm using [`/dev/video10`](https://www.raspberrypi.org/documentation/usage/camera/raspicam/v4l2.md) on a raspberry pi 4 (kernel: 5.4) in an attempt to decode h264. It seems this device only supports multi-planar buffers. With the `v4l2_buf_type_V4L2_BUF_TYPE_VIDEO_OUTPUT` buffer type...

FYI I'm planning to tackle this tomorrow. Are you available for testing this weekend?

It looks like getting your usecase working is going to be a lot more involved than I initially thought. I've started the work in the `next` branch. Basically, there's two...