3D Stereomode
#1
Hi,

is there a way to get the 3D Stereomode (Side by Side OR Top and Bottom) of a running 3D Stereoscopic movie? This would be useful for me, because i need this information to switch my Beamer automatically in 3D Mode.


MaxMan23
Reply
#2
You should be able to use GUI.GetProperties method adding a steroscoicmode property like such:

{"jsonrpc":"2.0","method":"GUI.GetProperties","params":{"properties":["stereoscopicmode"]},"id":1}

that should give you a result of the current mode like such:

{
"stereoscopicmode": {
"label": "Over/Under",
"mode": "split_horizontal"
}
}
Reply

Logout Mark Read Team Forum Stats Members Help
3D Stereomode0