android opencv green flash [closed]
When I start my activity using JavaCameraView my screen is green for about 1 second and after that the camera in open normally. When I use NativeCameraView the screen is black for 1 second. How can I have a black screen before opening camera(without using NativeCameraView) ?;
Same issue here. Anyone figure this out? Happens anytime I start/stop the camera.
This is probably the time your camera needs to get initialized. If this is exactly 1 second, then just wait from displaying until your sure the connection is stable. That is how everyone does it.