Hi everyone!
I’m trying to create an app in MIT App Inventor that does the following:
Checks the camera every 3 minutes while the app is open.
Detects if a face is present.
If a face is detected → plays a media file (sound/music).
The problem:
The default camera component opens the camera app instead of taking a silent snapshot on Android 11+.
I have tried other extensions, but they work continuously, which I don’t want.
What I need:
A solution to check for faces every 3 minutes while the app is open.
Any guidance, extensions, or example projects would be greatly appreciated!