I’ve got an Xreal One AR headset that I’m trying to get working properly.
The Xreal One supports HSBS and Full SBS, (not TAB or MVC)
When I have a 3D movie, kodi on the Vero 5 recognizes it as 3d, then converts it to 2D. If manually set it to “disable 3d”, then kodi sends the raw video, which, if it is SBS, the Xreal One can properly display in 3d.
The issue is, I have a number of movies which are either TAB or MVC, and I’d like to use the kodi conversion capability to output it as SBS. (When I connect the Xreal One to my Laptop, the Kodi on my laptop has no trouble doing just that, and renedering the TAB or MVC movie is SBS that the Xreal can display.
I cannot, however, seem to get the Vero 5 to do the same. If the movie is 3D, the Vero forces it to 2d, unless I “disable” the 3d. So, right now, I can only watch SBS movies, which is disappointing.
I’ve tried adding a display_cap_3d file with the relevant modes, but when I try that, the Xreal cannot recognize the video output at all.
The Xreal doesn’t automatically switch to 3d, but requires a button press to manually change it to either HSBS or FullSBS.
the displaycap in 2d mode looks like this:
osmc@osmc6:~/.kodi/temp$ cat /sys/class/amhdmitx/amhdmitx0/disp_cap
480p60hz
720p50hz
720p60hz
1080p60hz
1080p120hz
When it’s in full SBS mode, the display_cap looks like this:
osmc@osmc6:~/.kodi/temp$ cat /sys/class/amhdmitx/amhdmitx0/disp_cap
480p60hz
3840x1080p60hz
when HSBS mode, it looks like this:
osmc@osmc6:~/.kodi/temp$ cat /sys/class/amhdmitx/amhdmitx0/disp_cap
480p60hz
1080p60hz
1080p120hz
the disp_cap_3d never contains anything regardless of the 3d mode of the glasses.
I’ve tried putting in some 3d modes in ~/.kodi/userdata/disp_cap_3d, but when trying to use them, the glasses don’t recognize the signal at all.
1080p60hz SidebySide
What I really want to happen is for the vero to sent TAB or MVC videos as 3840x1080p60hz SBS, which is what my laptop does
Any ideas?