AndroidObjectDetection icon indicating copy to clipboard operation
AndroidObjectDetection copied to clipboard

Black Screen

Open mcanyucel opened this issue 3 years ago • 1 comments

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?

mcanyucel avatar Mar 20 '21 15:03 mcanyucel

Add cameraBridgeViewBase.setCameraPermissionGranted(); to OnCreate() and test it!

MohammadSaeedNasiri avatar Oct 30 '23 04:10 MohammadSaeedNasiri