UNPKG

react-native-vision-camera

Version:

VisionCamera is the fastest and most powerful Camera for react-native.

8 lines (7 loc) 282 B
import type { FrameConverter } from '../specs/utils/FrameConverter.nitro'; /** * The {@linkcode HybridFrameConverter} can be used to convert * {@linkcode Frame}s and {@linkcode Depth} frames to * {@linkcode Image}s. */ export declare const HybridFrameConverter: FrameConverter;