chenchen-boop
Results
2
issues of
chenchen-boop
[ncnn-android-yolov8] How to handle real-time detect when the view set orientation to "landscape" ?
1
Anythimg work fine until i set the view orientation to landscape ,it will make preview rotate 90 degree. I have tried setting orientation = (int)e.data.i32[0]; ->orientation = (int)e.data.i32[0]- 90 ;...
Anythimg work fine until i set the view orientation to landscape ,it will make preview rotate 90 degree. I have tried setting orientation = (int)e.data.i32[0]; ->orientation = (int)e.data.i32[0]- 90 ;...