Video Capture


You are viewing an older version of this document (Version 1). The latest is Version 12.

Last updated: 6 months ago • 12 versions | Visibility: Public

Description

The video capture allows developers to access camera streams of the Lynx-R1 : RGB, Tracking and Handtracking.

For the different format received:




Get started

1. Start the camera you want to stream with the max expected FPS.

LynxCaptureAPI.StartCapture(LynxCaptureAPI.ESensorType.RGB, fps);


2. Attach your callback each time a frame is received

LynxCaptureAPI.onRGBFrames += OnCallback;
public void OnCallback(LynxFrameInfo frameInfo)
{
    // Process the frame here
}


LynxFrameInfo



Limitations

This package has the current limitations:


Status