Cole Brinsfield
Cole Brinsfield
Found another pi 4 that is unafflicted, revision code `a03111` If I had to wager a guess here - if I'm reading [how to decode revision codes](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-revision-codes) correctly, the only...
This has been a different sdcard per Pi (one of them was USB boot, as well), but all set up using [the same installation script](https://github.com/icecube45/dash/blob/androidauto_interface/install.sh) on top of vanilla raspbian...
Swapping the physical sdcard won't be possible here due to the distances between pis, but what I can do is take an image of the working pi's sdcard, and flash...
Tested b03111, a03111, c03112 on the same image (https://github.com/icecube45/G37_Builder/suites/4934864438/artifacts/142769129) without any other modifications. No change observed (b03111 and a03111 continued to work, whereas c03112 did not). Also tried over_voltage on...
Managed to source another pi (b03112) locally and tested an sd card swap from a pi that was working (with the same, unmodified image as linked above), and the issue...
Continuing to gather whatever information I can that may be relevant. While I can't swap an sd card from a working Pi to one that isn't, here are three sdcard...
Ok! I did a lot more digging into this and think I found not only the actual core of this issue, but also a proper means of replicating it. I...
I've done a bit of further debugging here: It looks like on **buster** the error is thrown if the color_description matrix_coefficients is set (non zero), and works when set to...
@6by9, thank you for looking into this. From everything you've detailed, I agree that it looks like a colorspace issue. Similarly, I think there might be two different things going...
> range = 1 -> GST_VIDEO_COLOR_RANGE_0_255 > matrix = 4 -> GST_VIDEO_COLOR_MATRIX_BT601 > transfer = 16 -> GST_VIDEO_TRANSFER_BT601 > primaries = 3 -> GST_VIDEO_COLOR_PRIMARIES_BT470BG Double checking this (though I don't...