Charles P
Charles P
Currently, the checks include building the android and ios versions of the objectdetection example. These should be updated to include building the facelandmarkdetection example as well.
face landmarks has different settings from object detection ``` numFaces: integer minFaceDetectionConfidence: 0 - 1, default: 0.5 minFacePresenceConfidence: 0 - 1, default: 0.5 minTrackingConfidence: 0 - 1, default: 0.5 delegate:...
cannot be implemented before #94
RNVC provides a `runAtTargetFps` API for controlling the FPS that the frame processor is run. We should allow to use this
The problem is that this cannot be done until we move to v4 of RNVC, and once we do that, we need a code change to RNVC to not always...
add a 'detectVideo' method on objectdetection
See [comment](https://github.com/cdiddy77/react-native-mediapipe/blob/8c780ae6c520c7746c9ad98c9925d51f1e759df8/android/src/main/java/com/reactnativemediapipe/objectdetection/ObjectDetectorHelper.kt#L57)
On android, even though we are running the mediapipe processor asynchronously, we are currently forced to convert the image from yuv to rgb as part of every frame, which makes...