Keep Sharp

Android Coordinates: Camera, OpenCV in JNI, Canvas

This tip is about camera related coordinate system in android. When i develop camera related apps, inside onPreviewFrame() i need to do image processing on byte[] data and show results on top of the canvas and i use OpenCV for the image processing in jni. So the whole workflows is ...