Camera Preview:
Tflite the package provides us CameraPreview a widget to preview the camera on the app screen, it takes cameraController .
To display the boxes and camera preview together we need Stack . displayBoxesAroundRecognizedObjects return a list of boxes, we need to add this list into the Stack so we have created a list variable. Add the boxes in the list .
Comments
Post a Comment