saki4510t / UVCCamera

library and sample to access to UVC web camera on non-rooted Android device
2.96k stars 1.19k forks source link

how to keep connecting camera? #654

Open chanakamendi opened 2 years ago

chanakamendi commented 2 years ago

if user close app and reopen the app , it show connecting message .but not show camera preview . how to fix this?

dinhtung249 commented 1 year ago

try close preview, unregister in onPause and onDestroy.