welu1805 Active Member Licensed User Longtime User Dec 18, 2018 #1 Hi all, is there a problem in Android 8 with camera? My app which is runnung until Android 7 has in Android 8 a problem with the camera. These are the errors: ** Activity (main) Pause, UserClosed = false ** ** Activity (kamera) Create, isFirst = true ** java.lang.reflect.InvocationTargetException ** Activity (kamera) Resume ** success = false, (RuntimeException) java.lang.RuntimeException: Fail to connect to camera service I use CameraExClass. Lutz
Hi all, is there a problem in Android 8 with camera? My app which is runnung until Android 7 has in Android 8 a problem with the camera. These are the errors: ** Activity (main) Pause, UserClosed = false ** ** Activity (kamera) Create, isFirst = true ** java.lang.reflect.InvocationTargetException ** Activity (kamera) Resume ** success = false, (RuntimeException) java.lang.RuntimeException: Fail to connect to camera service I use CameraExClass. Lutz
DonManfred Expert Licensed User Longtime User Dec 18, 2018 #2 welu1805 said: is there a problem in Android 8 with camera? Click to expand... No. It is working fine for me. I´m using camera2 and camex2 tough. Upvote 0
welu1805 said: is there a problem in Android 8 with camera? Click to expand... No. It is working fine for me. I´m using camera2 and camex2 tough.
welu1805 Active Member Licensed User Longtime User Dec 23, 2018 #3 I tried to use camera2 and camex on my Anrdoid 8.1 tablet. It works good! Upvote 0