Open lingopen opened 5 months ago
Unfortunately, I am fully booked/on vacation this week. Perhaps I can create a demo next week. Here is a rough guideline in advance:
Integrate face detection into the MauiCamera2App
project using Google ML Kit and Camera2 API:
FaceDetector
in MainActivity
.ImageAnalysis
for frame analysis.ImageAnalysis.IAnalyzer
to detect faces in camera frames.This enables real-time face detection using the Camera2 API and ML Kit in your MAUI app.
as title