xvsdk  3.2.0
Public Member Functions | List of all members
xv::Display Class Referenceabstract

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...
 

Detailed Description

The class to handle informations about the display (if device can display like a HMD)

Member Function Documentation

virtual const std::vector<Calibration>& xv::Display::calibration ( )
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).

virtual bool xv::Display::setBrightnessLevel ( int  level)
pure virtual

Set brightness level.

Parameters
[in]leveldisplay brightness level

The documentation for this class was generated from the following file: