|
|
|
@ -1131,6 +1131,9 @@ class ScreenCaptureService : Service() { |
|
|
|
// Show detection overlay with results |
|
|
|
if (detections.isNotEmpty()) { |
|
|
|
showYOLODetectionOverlay(detections) |
|
|
|
|
|
|
|
// Extract Pokemon info using YOLO detections with OCR |
|
|
|
extractPokemonInfoFromYOLOAsync(mat, detections) |
|
|
|
} |
|
|
|
|
|
|
|
mat.release() |
|
|
|
|