AndroidObjectDetection
AndroidObjectDetection copied to clipboard
Black Screen
I followed your example in my own application step by step but I got black screen in camera. The onFrame
method is called and the net.forward
is called too but the rest does not execute. Then I cloned your repo and installed it but it is still the same.
Any ideas or clues to how to proceed?
Add cameraBridgeViewBase.setCameraPermissionGranted(); to OnCreate() and test it!