naushir
naushir
We don't use a settings file on Pi5, so it's not available by default. To set one up, you should copy ``example.yaml`` to something like ``pi5.yaml``. Then in your python...
Could it possibly be the internal libcamera pipeline handler timeout that triggers every other frame to restart and causes every other frame to timeout? The timeout code is a fairly...
I'm afraid external trigger with the IMX477 is not a configuration we have tested, so I can't say for certain what may be going wrong. Can you try running ``libcamera-hello...
I'm afraid I know very very little about DRM. @6by9, do you think this is feasible?
I'm reluctant to change data type handling right now given the testing we've done. Hopefully the streams api ought to allow different data ids to be muxed/demuxed from a channel...
The V4l2 streams API is being worked on by the libcamera team. Work is progressing, but I don't have a timeline for when it'll be completed fully.
I think we should send this directly to the libcamera mailing list when ready. Once it's merged upstream, I'll pull the changes down to our tree ready for the next...
Feel free to use this space to "pre-review" the changes in the meantime.
> > The first and probably most evident one is the pre-allocation of the video device numbers. > > https://github.com/raspberrypi/linux/blob/rpi-6.1.y/drivers/media/platform/raspberrypi/pisp_be/pisp_be.c#L27 > > This is not gonna fly in mainline most...
> Secondly there's the question about why some formats have a JPEG colorspace assigned even if we know such colorspace is reserved for JPEG formats (I know there's a long...