onImageCaptured()
Tells the callback function that the raw image data captured from the VIVE Eagle camera has been received.
void onImageCaptured(CaptureEvent event, ImagePayload payload)
Parameters
event
This notifies the system if the image capture attempt succeeded or failed.
payload
This contains the raw byte stream of the capture image transmitted from VIVE AI Glasses.
See also
Image capture
int captureImage (ImageQuality quality)
Captures a single image with the specified quality settings.
Enumerations
enum ImageQuality
This defines the resolution and compression for images taken using the VIVE AI Glasses camera.