DetectionCameraView
A component that displays the camera feed and sends camera frames
/**
* A component that displays the camera feed and sends camera frames
* to the food detection models.
*/
import {
DetectionCameraView
} from '@passiolife/nutritionai-react-native-sdk-v3'
<DetectionCameraView style={{flex:1}} />
Last updated