6by9

Results 901 comments of 6by9

Based on a very quick look at that module, I believe the same can be achieved through the vc4-kms-dpi-generic overlay, which takes all the timing parameters via the overlay (not...

The [README](https://github.com/raspberrypi/linux/blob/rpi-6.1.y/arch/arm/boot/dts/overlays/README) documents what all the overlays do. [dtoverlay=vga666](https://github.com/raspberrypi/linux/blob/rpi-6.1.y/arch/arm/boot/dts/overlays/README#L4558) only sets up the GPIO mappings for when using the firmware drivers, hence saying "NOT for use with vc4-kms-v3d." There is...

> Out of all these resolutions, only 1312 % 32 == 0, so am I correct in assuming that RPi5's CSI2 hardware block is unable to handle strides that are...

> > Doing so would require an IMX335 module that is compatible with the Pi. I'm not aware of any vendor selling such. > > I thought you received this...

With the duplication, have you tried memsetting the buffer between frames? Is it actually being written by the CFE hardware, or it is lying around from previous use?

videobuf2 will memset the buffers at allocation, but that doesn't stop something having scribbled in there at some point. Maybe my datasheet is out of date (0.2 2017/06/06), but it...

> Ah yes, I noticed that in the datasheet as well. 2618 is definitely broken, and the sensor may be putting some invalid data in CSI2 packets. We got that...

AIUI Mainline GStreamer will only support formats that are defined in the mainline kernel, and upstreaming the HEVC decoder is still in progress (I need to talk to jc-kynesim about...

We've been here already - #5859 / https://forums.raspberrypi.com/viewtopic.php?t=363696, and #4593 before it. Adding new V4L2 controls in a downstream repo is a maintenance nightmare, which generally means it's a fairly...

On vc4 at least we could allow the selection API to set the compose rectangle to cover the part of the double sized buffer that the ISP is meant to...