HDR issue with Streaming assistant pico 4/pico 3 neo
Hello there
There seems to be an issue with overte when using it with the pico 4 via streaming assistant, the video stream is too dark, kinda looks like a weird contrast thing or maybe an HDR thing not working right. The error is not present on Virtual Desktop.
Could be related to the fact that streaming assistant presents the pico 4 as a pico 4 thus shows up with the name pico 4 under display tab where as with VD it just emulates a Quest 2.
Heres an image for reference captured on the pico headset itself.
It is just too dark to see anything on Overte hub when its set to night. You can see the light-sources but nothing else. I can add a picture of it if you want to see it.
In my particular case it's unfortunate since VD seems to make my system blue-screen where as streaming assistant doesn't.
Can you try typing this in script console in both Streaming Assistant and Virtual Desktop and seeing how it changes the image?
Render.getConfig("RenderMainView.ToneMapping")["exposure"] = 5;
Old issue https://github.com/vircadia/vircadia-native-core/issues/643 with old APITrace https://data.moto9000.moe/vircadia/%23643/apitrace_1_25th_sept.tar.gz
set exposure to 5
set exposure to 3
This should work as a workaround: https://github.com/overte-org/overte/pull/1105