Navigation and Viewing Framework
Configurable navigation and viewing setups for various display types in the VR lab
|
avango daemon to initialize tracking and device stations. More...
Namespaces | |
lib-server.Daemon | |
Functions | |
def | lib-server.Daemon.init_oculus |
Initizialies Oculus Rift sensors. More... | |
def | lib-server.Daemon.init_lcd_wall_tracking |
Initializes AR Track on LCD wall. More... | |
def | lib-server.Daemon.init_dlp_wall_tracking |
Initializes AR Track on DLP wall. More... | |
def | lib-server.Daemon.init_tuio_input |
Initializes touch input at the table. More... | |
def | lib-server.Daemon.init_spacemouse |
Initializes a spacemouse for navigation. More... | |
def | lib-server.Daemon.init_old_spheron |
Initializes an old spheron for navigation. More... | |
def | lib-server.Daemon.init_new_spheron |
Initializes a new spheron for navigation. More... | |
def | lib-server.Daemon.init_mouse |
Initalizes a mouse for navigation. More... | |
def | lib-server.Daemon.init_keyboard |
Initializes a keyboard for navigation. More... | |
def | lib-server.Daemon.xbox_controller |
Initializes a X-Box controller for navigation. More... | |
Variables | |
list | lib-server.Daemon.device_list = [] |
List of devices to be handled by daemon. More... | |
avango daemon to initialize tracking and device stations.