NRSDKApiForUnity
Structs
XRXREALCaptureTask

Public Member Functions

 CaptureTask (int w, int h, PhotoCaptureFileOutputFormat format, CaptureTaskCallback callback)
 

Public Attributes

int Width
 
int Height
 
PhotoCaptureFileOutputFormat CaptureFormat
 
CaptureTaskCallback OnReceive
 

Detailed Description

A capture task.

Constructor & Destructor Documentation

◆ CaptureTask()

Unity.XR.XREAL.CaptureTask.CaptureTask ( int w,
int h,
PhotoCaptureFileOutputFormat format,
CaptureTaskCallback callback )

Constructor.

Parameters
wThe width.
hThe height.
formatDescribes the format to use.
callbackThe callback.