Is it possible to just capture the image, but not saving it and instead use right away the bitmap captured to do image processing techniques.
My point is, its much easier than reading the saved file, then converting it to a bitmap for usage in image processing.
I've implemented the built-in camera in android.