RealSense_getDepthFrame method

Pointer<NativeFrames> RealSense_getDepthFrame(
  1. Pointer<NativeRealSense> ptr
)

Frames

Implementation

ffi.Pointer<NativeFrames> RealSense_getDepthFrame(
  ffi.Pointer<NativeRealSense> ptr,
) {
  return _RealSense_getDepthFrame(
    ptr,
  );
}