I am working on application that does some real time image processing on camera frames. For that, I use preview callback\'s method onPreviewFrame. This works fi
onPreviewFrame
You should probably take a look at the OpenCV library. It has methods that allow you to receive full frames.