Greetings,
I'm currently working on a project—an exercise app for Android—that aims to automatically calculate meditation time when the user's face is detected and they are in the correct meditation pose. If either condition is not met, the timer will pause. The project primarily consists of two core functions:
1. User Authorization: Utilizing face detection, the camera must identify the user's face during meditation sessions.
2. Pose Validation: Verifying if the user is in the correct meditation pose.
My teacher recommended using MediaPipe for this endeavor. However, beyond this suggestion, there isn't much additional information. Could you provide some guidance or outline a development flow for this project?