Open topic with navigation
<sensics>.piSight
Load piSight from specified config files
<sensics>.piSight( |
|
panelalign = 'panelalign.txt' |
layout = 'layout.txt' |
clearcolor = None |
) |
|
panelalign = 'panelalign.txt'
Name of the file describing the position, orientation, and size of each panel in the piSight.
layout = 'layout.txt'
Name of the file describing the panel layout across the cluster.
clearcolor = None
Color of the background. If None, the background color will not be cleared.
Remarks
This command will initialize the piSight HMD from the specified configuration files. The specified clearcolor controls the color displayed when a Panel is turned off.
Return Value
None
Example
import sensics
sensics.piSight()