linyiLYi / pose-monitor

“让爷康康”是一款手机 AI 应用程序,可以监测不良坐姿并进行语音提示
Apache License 2.0
2.53k stars 388 forks source link

Fix some issues with front camera #25

Open 8700nd opened 1 year ago

8700nd commented 1 year ago
  1. Fixed UI freezing when switched to front camera.
  2. Get the orientation from devices' camera sensor instead of hardcoding the rotation.

切换摄像头时cameraSource没有resume,ImageReader用了主线程的looper,导致UI卡住无法操作 一些型号的手机的相机旋转角度不一定是90,270,如果直接从相机里读取比hardcode更好

8700nd commented 1 year ago
Screen Shot 2022-11-28 at 17 14 36