xvsdk
3.2.0
|
The class to handle informations about the display (if device can display like a HMD) More...
#include <xv-sdk.h>
Public Member Functions | |
virtual const std::vector< Calibration > & | calibration ()=0 |
Get calibrations. More... | |
virtual bool | open ()=0 |
Turn on the display. | |
virtual bool | close ()=0 |
Turn off the display. | |
virtual bool | setBrightnessLevel (int level)=0 |
Set brightness level. More... | |
The class to handle informations about the display (if device can display like a HMD)
|
pure virtual |
Get calibrations.
Calibration parameters of the multiple parts of the dispaly (for HMD, first display is usually for left eye and second is for right eye).
|
pure virtual |
Set brightness level.
[in] | level | display brightness level |