I would like to create a feature in my app that is like a banking app, where the camera detects an object, but it is too far away, and it suggests to the user to get closer. That's all that is needed right now - determine if object is too far away.
I am using Expo (React Native), with react-native-vision-camera. I am not sure any of the Frame Processors suggested work out of the box. I thought I could try to use either vision-camera-image-labeler or vision-camera-realtime-object-detection but the second requires my own TFLite model.
What's the best way to go about this?