Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8621

Advanced users • Re: Moving Linux Kernel to 6.6

$
0
0
Thanks so much for the reply! It helped give me the motivation to keep working on finding a solution!

Okay, so I have managed to find a "fix" for the problem, so I thought I'd let you know the steps/info to hopefully help narrow down the issue and assist anyone else that comes across this.

My uname -a for the non-working/bugged system is:

Code:

Linux raspberrypi 6.6.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64 GNU/Linux
I saw a reply on that post regarding v4l2 controls and thought I'd give that a go before downgrading the kernel and potentially creating more issues. This seems to have identified what the error is, but not necessarily what has caused it.

My capture device is just a cheap grabber from an HDMI splitter out of my PC. Most people using HyperHDR will be using different grabbers, so I wouldn't assume that any one device is causing the issue. An example of a commonly used one is the "ms2130."

When I ran:

Code:

v4l2-ctl -d /dev/video0 --list-ctrls
(for my USB grabber), it also returned the exact same values as the user reported in the other thread, suggesting that these same incorrect "default" values might be shared across all users encountering the issue.

Code:

User Controls                     brightness 0x00980900 (int)    : min=0 max=100 step=1 default=-8193 value=0                       contrast 0x00980901 (int)    : min=0 max=100 step=1 default=57343 value=100                     saturation 0x00980902 (int)    : min=0 max=100 step=1 default=57343 value=100                            hue 0x00980903 (int)    : min=0 max=100 step=1 default=-8193 value=0
when ran the following command

Code:

v4l2-ctl -d /dev/video0 --set-ctrl=brightness=50 --set-ctrl=contrast=50 --set-ctrl=saturation=50 --set-ctrl=hue=50
The "inverted" color issue was immediately fixed.

However, when I click "HDR to SDR tone mapping" within HyperHDR, the issue comes back, so it doesn't appear to be persistent. But that is a problem for when I next have time on my hands.

I hope this has been at least somewhat helpful, and thank you again for replying! Please let me know if I can provide any more info, and I will try and get it for you

Statistics: Posted by Fruitmaths — Tue Dec 31, 2024 9:52 pm



Viewing all articles
Browse latest Browse all 8621

Trending Articles