cloud1980

Results 2 comments of cloud1980

We can use the same code both in PC and Android Pad try: from android.permissions import request_permissions, Permission request_permissions([ Permission.CAMERA, Permission.WRITE_EXTERNAL_STORAGE, Permission.READ_EXTERNAL_STORAGE, Permission.INTERNET, Permission.BODY_SENSORS, Permission.BLUETOOTH ]) except Exception as e:...

I have the same problem as @Cheaterman reports. When I open & close (camera.play = True & camera.play = False) , the kivy android app crashed. The error log is...