Skip to content

Add support to define separate LEFT and RIGHT tile definitions #174

@derek-gerstmann

Description

@derek-gerstmann

We use displays which expect separate LEFT and RIGHT video signals, which are rendered on separate graphics cards. Ideally, it would be nice to add a tag to the tile definition of the display setting that maps left vs right eye, eg:

config {
display {
tiles {
host1
{
hostname = "localhost1";
t0x0L
{
stereoMode = "left";
device = 0;
}
t0x0R
{
stereoMode = "right";
device = 1;
}
}}}

Or something similar ....

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions