Screenshot¶
Introduction¶
VIVE Wave™ SDK allows capturing screenshots while in VR.
Capture a Screenshot¶
You can use the ScreenshotMode
API to capture a screenshot image.
The Screenshot Mode
option is used to select the binocular or monocular screenshot mode. There are three modes:
DEFAULT
: In theDEFAULT
mode, a binocular display image will be captured.RAW
: In theRAW
mode, a monocular display image without the distortion correction will be captured.DISTORTED
: In theDISTORTED
mode, a monocular display image with the distortion correction will be captured.
Note
- The
ScreenshotMode
API should not be called too often. Each call must be spaced more than 1 second apart.
Find the Screenshot File¶
You can use the GetScreenshotFileInfo
API to get the path of the screenshot file.
Note
- After calling the
ScreenshotMode
API, the screenshot file will not be saved immediately. The screenshot file will be saved in a few seconds.