I am working in an Project where open cv is used to detect the colors. Everything works fine but whenever the camera is initialised, I am getting a green color flickering in camera which lasts for a second and then goes off.
The code i am using for initialising opencv camera is,
if (!OpenCVLoader.initDebug()) {
OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_2_4_9, this,mLoaderCallback);
}
I am attaching the images for your reference. First Image - During Green color Flickering.
Second Image - After flickering, camera working normally.
Any heads up would be helpful for my learning.

