Android How to set default stereoscopic 3D mode/Current to SBS? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +---- Forum: Android Development (https://forum.kodi.tv/forumdisplay.php?fid=184) +---- Thread: Android How to set default stereoscopic 3D mode/Current to SBS? (/showthread.php?tid=320815) |
How to set default stereoscopic 3D mode/Current to SBS? - Chris_Su - 2017-08-31 system/settings/settings.xml in this xml file, has the property <setting id="videoscreen.stereoscopicmode" type="integer" label="36500" help="36539"> <level>2</level> <default>2</default> <constraints> <options>stereoscopicmodes</options> </constraints> <control type="list" format="integer"/> </setting> Original default value is 0, I thought it's should be increment by 1, so if I change to 2, it will be SBS mode. But invalid. I watched the previous post, trigger the ToggleStereoMode, but it only can turn the stereoscopic off could not change to SBS or any other mode. Ask for help~ THKS RE: How to set default stereoscopic 3D mode/Current to SBS? - Chris_Su - 2017-09-07 Currently know how to do this, CStereoscopicsManager-this class take over all the stuff about stereo and it's a singleton. Just set the property to what your want. RE: How to set default stereoscopic 3D mode/Current to SBS? - da-anda - 2017-09-09 you can change that from within Kodi. Go to settings -> system -> display and choose your preferred 3D mode. If you don't see this option, switch to "advanced" mode for settings. |