Nicolas Dufresne

Results 23 comments of Nicolas Dufresne

Well, chunks are supposed to be abstract concept, a continuous stream. HTTP stack does not have to expose each chunked well split to be an HTTP stack. got-chunk signal is...

> Any word on whether this will be reviewed and/or merged? With native support for V4L2 stateless codecs making it into GStreamer, and being present in Chrome with pending patches...

Then feel free to carry on, you'll have to take the V4L2 Request VA driver maintenance though, as it no longer has a maintainer.

Does NXP MR for resolution changes works with your driver? I've been waiting all this time for folks to actually test this, but I see that workaround in drivers /...

For an update, I realized you are looking at an old MR, the current implementation is here: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1381

@angolini I simply moved the reported issue in upstream GStreamer to here. I'll ping @sascha.dierberg on the gitlab issue, with hope shell give it a try. Otherwise, I think you...

Your example look fine, the only thing strange is the use of appsink in the new branch, since you are not pulling from it, it will eventually hang for other...

@6by9 note that instead of just skipping the buffer, the driver should use `vb2_buffer_done(vb, VB2_BUF_STATE_ERROR);` if it can't handle the frame due to these errors. That being said, this is...

So far, it seems like a bad idea until dmabuf allocated from heaps can be accounted and under user quotas. I've let floating the idea for libcamera softISP to enable...

Personally, I thin kthe graph looks normal, typical spikes caused by key-frames. If you can't afford these spikes, disable keyframes, and request them when strictly needed. I don't think the...