사용자가 카메라를 실행해서 코틀린에서 flutter 로 안경 및 선글라스를 착용했는지 여부는 YOLO를 이용해 실시간으로 감지 하는 기능을 만들어 봤습니다. 순서 flutter 이벤트 호출 ImageProxy → Bitmap 변환YOLO 모델로 Bitmap 분석결과 중 "glasses" 클래스가 있는지 확인Flutter로 결과 전송 (EventSink)receiveBroadcastStream로 결과 값 실시간 수신자원 정리 (imageProxy.close()) 작성이의 경우 flutter 에서 초기에 이벤트를 호출 합니다.// 안드로이드 안경 감지 yolo static const EventChannel _androidGlassesEventChannel = EventChannel("native_glas..