You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Detection stops when the screen orientation is changed.
Describe the bug
When running the example app on iOS, object detection stops when the screen orientation is changed.
On Android, the detection continues without any problem.
To Reproduce
Steps to reproduce the behavior:
Tap 'Vision APIs' and go to 'Object Detection' in example app.
Change screen orientation
Expected behavior
Object detection stops and the last detection result continues to be displayed
Screenshots
Platform (please complete the following information):
OS: iOS
Device: iPhone 15 pro max
OS: iOS 17.3.1
Flutte Versionr: 3.16.6
Plugin version: 0.11.0
Additional context
I added the orientation to VisionImage in the plugin's Object-C file, but the symptoms did not improve!
It seems that even if I change the screen orientation, the image byte data is still sent to the plugin's Object-C function, and the same detection results continue to be returned.
Title: Detection stops when the screen orientation is changed.
Describe the bug
When running the example app on iOS, object detection stops when the screen orientation is changed.
On Android, the detection continues without any problem.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Object detection stops and the last detection result continues to be displayed
Screenshots
Platform (please complete the following information):
Additional context
I added the orientation to VisionImage in the plugin's Object-C file, but the symptoms did not improve!
It seems that even if I change the screen orientation, the image byte data is still sent to the plugin's Object-C function, and the same detection results continue to be returned.
The text was updated successfully, but these errors were encountered: