how to make it work for Face Landmarking ?
const faceLandmarkDetection = useFaceLandmarkDetection( (results) => console.log('✅ Face landmarks:', results), (error) => console.error('❌ Face landmark error:', error), RunningMode.LIVE_STREAM, 'face_landmarker.task', { numFaces: 1, delegate: Delegate.GPU, mirrorMode: "no-mirror", });
Did everything according to your documentation and getting no logs neither error messages, except this message:
"useFaceLandmarkDetection.useEffect.unsub releaseDetector undefined"
Will be grateful for help!
how to make it work for Face Landmarking ?
const faceLandmarkDetection = useFaceLandmarkDetection( (results) => console.log('✅ Face landmarks:', results), (error) => console.error('❌ Face landmark error:', error), RunningMode.LIVE_STREAM, 'face_landmarker.task', { numFaces: 1, delegate: Delegate.GPU, mirrorMode: "no-mirror", });Did everything according to your documentation and getting no logs neither error messages, except this message:
"useFaceLandmarkDetection.useEffect.unsub releaseDetector undefined"
Will be grateful for help!