I'm a bit stuck on this project. I am working on an aging booth app using JavaScript and I need it to perform the following tasks:
Capture a photo using the webcam
Detect facial features and overlay a PNG image of wrinkles, etc.
Modify the face to appear older by adjusting features like the nose and chin
Possibly create a 3D model from the photo and animate elements like the lips and eyes
So far, I have been able to detect the face and overlay the PNG image using BRF for points and vertices. However, I am now struggling with how to manipulate facial details or potentially animate them. Any guidance on the best approach to achieve this would be greatly appreciated!