Low colour saturation Vero 4k

Hi Sam, got my Vero yesterday and am very happy with it, but I have a colour/picture question too.

I have a 4k tv but it doesn’t have HDR. I do have some .mkv files 2160p 10bit with HDR that look fantastic when played through my Samsung uhd player, but when played through the Vero they are very dark and colourless, to the point of being unwatchable.

On the Samsung deep color is set to auto and hdmi color format is ycbcr (4:4:4). There are no settings like this on the Vero are there?

Any specific reason for this, have you come across this before?

I did see on another post where users were having an 8-bit/10-bit color problem that you posted “There is a new scheme coming which will allow more detailed sysfs approach to video configuration. This will allow full control over colour depth from userspace” so maybe this will help.

Regards,

Jason.

Thanks, I tried that already but I don’t know the root pw and I don’t think it has been provided anywhere.

@sam_nazarko, can users get the root pw in order to try this ?[quote=“royleijiang, post:2, topic:37483, full:true”]
run the command with sudo or su root first.
[/quote]

thanks Sam

Well everyone can run root commands (using sudo).
Also reading the wiki helps

cheers for the link, I did spent many hours on the forums and wiki but did not come across this one

@sam-nazarko

running

echo 1 > /sys/class/amhdmitx/amhdmitx0/output_rgb

as root did not have any effect on the colour space during a paused video and after stopping the video the low colour saturation still prevailed in the Kodi interface

Spooky, I was going to ask the same but I use limited rgb on my tv so I have the opposite issue. At reboot things are too dark. As soon as I play something they lighten up and are correct though.

I assume your fix will work both ways will it Sam?

Thanks

-Mat

That’s a different issue but I am aware of it and it is indeed
on the list

Cheers

Sam

1 Like

Thanks Sam. Sounds like the next release is going to be major and fix lots of display issues :grinning:
-Mat

Has there been a new build to fix this then? I’m still seeing things too dark initially.

-Mat

Yes, there have been even 2 builds since before I reported the issue resolved for me…

Why do people not update their Vero? It does even give a popup for updates automatically.

I updated manually on Monday I think and that didn’t fix my issue. As far as I know that was a security update wasn’t it.

I’ll check for another update tonight then.

We still have the ‘smearing’ issue on hardware decoded h264 files though don’t we? I don’t think Sam has done a ‘full update’ to fix all display issues has he?

As to your other question, I have switched off auto update since I like to know what’s going to be updated before deciding whether I need/want it.

Thanks

-Mat

Correct – not yet, but a few colour issues were fixed. Some users had problems reporting colourspace incorrectly (happens with old Philips TVs) which is a separate issue to this one.

Cheers

Sam

Thanks Sam,

I assume my issue is not colourspace related but black level then? I have my LG TV set to use limited (16-255) and have a wonderful picture through my other devices (BD, Humax DVR, Chromecast and just normal TV). It’s as if after each reboot the Vero is using 0-255 for black level.

With my pi3 I used to use ‘hdmi_pixel_encoding=1 RGB limited (16-235)’ but can’t find a way to do that with the Vero - is it just a question of adding that line to a config file somewhere? config.txt doesn’t exist does it so how about advanced_settings?

I have found that, despite the dark startup picture, if I’m using a hardware decoder (which I’m not as you know at the moment :slight_smile:) as soon as I play something the picture lightens and all is ok until a reboot. This does not seem to work under the software decoder though. So after each reboot, I have to re-enable the hardware decode, play something for a second to make the screen use the right ‘darkness setting’, then disable the hardware decoder again. Bit of a first world problem, but I’m looking forward to you fixing it Sam :smile:

Thanks

-Mat

There should be a setting for this in Kodi itself according to the Kodi wiki.

Edit: although… it’s dependent on the hardware if it’s there or not.

Interesting. this from the link:

Kodi can be set to use limited video levels through the settings menu.
NOTE: There is a limitation of the VAAPI Hardware Decoder where it converts to Full video levels despite setting Kodi to use limited. To get limited video content to output from Kodi, you must disable hardware decoding in Video Settings for the time being. This will be fixed in Kodi 17

Vero 4K doesn’t use VAAPI.

The output_rgb option can be used if that’s your issue.
It has the same effect as the Pi option you mention above.

Cheers

Sam

That’s interesting. Can you tell me what the line would be and where to put it please?
Thanks
-Mat

See Low colour saturation Vero 4k - #9 by tgrun

Try putting it in /etc/rc.local before exit 0, or before setting anything permanently:

  • Boot up
  • Run sudo systemctl stop mediacenter
  • Type sudo -s
  • Run echo 1 > /sys/class/amhdmitx/amhdmitx0/output_rgb before playing anything
  • Run sudo systemctl start mediacenter
1 Like

Actually, I have to retract my comment about the dark colours at startup being fixed. It just didn’t occur one time… But now it happened again. So, NOT FIXED here either :wink: