I would like to know if there is a way, keep displaying camera preview at 30 fps with full camera resolution and meanwhile do some image processing on received frames. For example preview has 30fps while the image processing can only process about 15 frames per second due to some complex calculations. Is this possible keep this preview smooth and perform some image processing on the background?
For image processing I am using java and OpenCV.