overte-org / overte

Overte open source virtual worlds platform.
https://overte.org/
Other
138 stars 50 forks source link

HDR issue with Streaming assistant pico 4/pico 3 neo #698

Open LimeProgramming opened 11 months ago

LimeProgramming commented 11 months ago

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. Screenshot_com picovr picostreamassistant_2023 11 03-19 16 10 015_106

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.

ksuprynowicz commented 11 months ago

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;

JulianGro commented 11 months ago

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

LimeProgramming commented 11 months ago

Screenshot_com picovr picostreamassistant_2023 11 04-20 58 27 758_312 set exposure to 5

Screenshot_com picovr picostreamassistant_2023 11 04-20 47 46 716_747 set exposure to 3

JulianGro commented 2 weeks ago

This should work as a workaround: https://github.com/overte-org/overte/pull/1105