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.

../_images/ScreenshotFile.png

The Screenshot Mode option is used to select the binocular or monocular screenshot mode. There are three modes:

  • DEFAULT : In the DEFAULT mode, a binocular display image will be captured.

    ../_images/ScreenTest_default.png
  • RAW : In the RAW mode, a monocular display image without the distortion correction will be captured.

    ../_images/ScreenTest_raw.png
  • DISTORTED : In the DISTORTED mode, a monocular display image with the distortion correction will be captured.

    ../_images/ScreenTest_distorted.png

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.

../_images/Unreal_Screenshot01.png

Note

  • After calling the ScreenshotMode API, the screenshot file will not be saved immediately. The screenshot file will be saved in a few seconds.