naushir

Results 110 comments of naushir

Ah, ~~perhaps~~ this is the fix: ```c diff --git a/drivers/media/platform/raspberrypi/pisp_be/pisp_be.c b/drivers/media/platform/raspberrypi/pisp_be/pisp_be.c index 07f0fb8aa85c..6e88491b20ba 100644 --- a/drivers/media/platform/raspberrypi/pisp_be/pisp_be.c +++ b/drivers/media/platform/raspberrypi/pisp_be/pisp_be.c @@ -265,7 +265,7 @@ static void pispbe_queue_job(struct pispbe_dev *pispbe, for (unsigned int...

Another fix that is needed is ```c diff --git a/drivers/media/platform/raspberrypi/pisp_be/pisp_be_formats.h b/drivers/media/platform/raspberrypi/pisp_be/pisp_be_formats.h index 0b9dcc7d52c5..51c8859723c2 100644 --- a/drivers/media/platform/raspberrypi/pisp_be/pisp_be_formats.h +++ b/drivers/media/platform/raspberrypi/pisp_be/pisp_be_formats.h @@ -27,6 +27,8 @@ struct pisp_be_format { #define V4L2_COLORSPACE_MASK(colorspace) BIT(colorspace) +#define V4L2_COLORSPACE_MASK_JPEG...

With these 2 patches applied on top, all our tests are passing!

> On top of which of your kernel branches would you like me to send a squashed version of these patches ? I think make a PR against rpi-6.6.y. We...

> We're not expecting to release any further 6.1 kernel updates to apt. so I don't think it's worth backporting. We should be moving apt to 6.6 kernel soon enough....

@harshilsheth0412 it sounds like you really ought to switch to manual white balance settings for your use case. If you have a known fixed colour temperature emitted from you backlight,...

Another thought - could the blurriness on the edges be attributed to the lens you have attached? You may not have seen this effect in the earlier captures because of...

Yes, all references in https://www.raspberrypi.com/documentation/computers/camera_software.html . I was going to do the leg-work at some point, so probably best to assign this to me.

Hi guys, what state is this work in? Are we able to merge it into upstream libcamera?

@docdude sorry for stirring up this old issue, but I wonder if you can provide some more information on the general topic of Dolby Vision? This is mainly for my...