5090 is the my first GPU which I would characterise as 'Good Enough' for my EDO VR gaming.

If we're talking about the Pico 4U, yes it can stream at 2160x2160, it took some fettling but for some reason they didn't enable it out of the box - weird. I can even stream at any resolution above that and let the headset down sample. This is using the Pico 4U connect software.
When you say stream at 2160x2160, where is that configured?

With the different headsets and technology, I am inclined to always use whatever resolution the computer is generating frames at.

My headset is SteamVR native so the SteamVR resolution is what I use as a reference, assuming I am leaving HMD quality and super sampling to 1.0

I actually wonder what other software would show that for a headset and game not using SteamVR.
 
There are config files in the Pico Connect folders. I had to hack about with them to make it work. Also, whenever Pico updated, I had to do it again! Sorry, not helpful I know. Ever since I installed Virtual Desktop months ago, I stopped bothering.

However... it looks like I did do some chicken scratch in a text file which might help:

( Don't ask me why I used '3072' - reasons?! )

------

Source: https://www.reddit.com/r/SteamVR/comments/1bm27u2/newpico_connect_godlike_settings_guide_text_guide/


HEVC 200Mbit max at 72Hz
x264 150Mbit max at 90Hz

There are multiple presets, this is for editing the "ultra" preset. There is also SD, HD and I think one other. These may have changed for Pico4 Ultra where I think there are 4 modes not 3.

Find and backup:
C:\Program Files\PICO Connect\resources\app.asar ( Set file properties to full control for user ).

Edit with Notepad++ Find:

"ultra":r=2560

Change to 3072 ( max for x264, can do higher for HEVC )
There maybe multiple instances of this so change them all.

Change the maximum bitrate to 200 ( or 250 if just using x264 )

Find 20,150

Replace with 20,200. Again replace all.

For your specific bitrate you're currently using find:

ultra:150 ( I was using 150Mbps )

Change to

ultra:200 Again, replace all in file.

Find

minValue:20,maxValue:150,

Change to

minValue:20,maxValue:200, again replace all.
 
Back
Top Bottom