View on GitHub

HoloLens-ResearchMode-Unreal

An Unreal Engine game plugin which enables research mode on Microsoft's HoloLens 2.

Camera Sensors

Basic Camera Sensor

All Camera sensors are inherited from HoloLens Sensor class.

Create Sensor function with all arguments

On Video Texture Created with subscribed event

Start Capturing

Stop Capturing

Camera Image

Get Hololens Sensor Resolution

Depth Cam

Depth Cam Sensors don’t have any additional functions or parameters beyond the basic Camera Sensor. However, Depth Cam Sensors have an important runtime requirement: only one depth sensor can be active at a time. If you want start another depth sensor, you must stop the previous one.

VLC Cam

VLC Cams can return their instrinsics via Get Instrinsics

Get Instrinsics