Hi Francesco,

On 1 December 2014 at 11:40, Francesco Argese <kekk...@gmail.com> wrote:

> I'm trying to display a simple OpenSceneGraph application on a 3d
> active tv that supports SBS Half (Half Side-by-Side) in FullHD
> resolution.
>

Do you have any specs on this particular configuration of stereo?


>
> I've already tried using stereo configuration for Side-by-side
> (HORIZONTAL_SPLIT) but the result is a stretched image. It seems that
> HORIZIONTAL_SPLIT was introduced to support output for CardBoard-like
> devices.
>

HORIZONTAL_SPLIT pre-dates CardBoard-like devices by a decade :-)

HORIZONTAL_SPLIT is typically used when one has two displays outputs each
attached to a separate projector.

Does exist a simple configuration to obtain the type of output I'm
> looking for? Or it is required to set it manually configuring the osg
> camera?
>

I'm not familiar with SBS so can't comment on the specifics.

Things you could try are try setting the env var
OSG_SPLIT_STEREO_AUTO_ADJUST_ASPECT_RATIO to OFF, but you'll need to set
the Fov of the main camera yourself.

Or simply set up Stereo yourself use a slave Camera configuration.  In the
svn/trunk version of the OSG there is now a osgViewer::ViewConfig class
with various subclasses from it in include/osgViewer/config.  It could be
that a new Config implementation for SBS could be written.  However, this
might not be needed if the existing stereo combinations can be tweaked to
do what you need.

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to