1 Introduction to SDK

This document describes the application of VR made and run on Pico all-in-one equipment by PicoVRAndroidSDK_UE4 (hereinafter referred to as SDK) under the Unreal game development engine environment. SDK can mainly provide: Many functions such as Binocular stereo rendering, optical distortion correction, sensor fusion, asynchronous time warping, single buffer rendering, multi-interaction support (head and hand 3DOF/6DOF), multi-peripheral support, power supply and thermal dissipation management, and account and payment management.

The SDK is provided in the form of an engine plug-in that can carry out bridging of engine and Pico virtual reality hardware device by achieving the VR abstraction layer of UE4. The position/orientation of the Camera component in the engine will be moved following Pico virtual reality helmet movement. This allows the engine’s MotionController component to be moved following Pico motion controller.

Of course, some functions of the VR abstraction layer of UE4 can be used to control the Pico virtual achievement hardware. For example, the position/orientation reset function of the head-mounted display can be achieved by calling Input/Head Mounted Display/Reset Orientation and Position. In addition, for some Pico VR-specific functions, we also provide the blueprint interface, and a demo of the calling method is attached for developer reference.

The SDK architecture is shown in the following figure:

_images/1.1.png

Figure 1.1 SDK Architecture Diagram