I would start by trying to do something like:<br><br>[ [ [$Application GetRenderModuleProxy] GetRenderer ] GetActiveCamera ]<br><br>I can't currently test this as I am not running in stero view, so the camera i get back doesn't support stero settings.
<br><br>If you starting getting confused on what class you really are accessing use<br><br>GetClassName<br><br>The other option to changing stero views would be doing<br><br>[ [ [$Application GetRenderModuleProxy] GetRenderWindow ] SetStereoType int
<br><br><br>Check out <a href="http://www.vtk.org/doc/nightly/html/classvtkRenderWindow.html">http://www.vtk.org/doc/nightly/html/classvtkRenderWindow.html</a> for more info on the stero options in RenderWindow<br><br>