Hello everyone,
I am currently trying to create an App working with Kivy and OpenCV.
When i run it on my PC everything works fine. So i generated an APK with buildozer.
After starting the Application the Camera shows no footage, also after giving it permission with my SpecFile.
I am calling the Camera like that:
capture = cv.VideoCapture(0)
( I also tried (-1) )
And my CameraClass looks like this on the Image here.
The ret Variable Checks the Cam Class and says there is no cam.
Anyone knows how to handle this?
Thank you!