A: 

Nobody help me?

Native_Code
A: 

Hey "native_code",

did you get any further with this problem. I've got the same result.

TeddybearCrisis
+1  A: 

guys- you may want to try this link, it ports the C++ 'modern' interface to opencv. The IplImage stuff is deprecated, but new versions leave wrappers if you need to support legacy code.

http://code.google.com/p/android-opencv/

There's a sample camera-calibration app, you click snap a few times and it will solve for the K matrix.

Note: you'll need the crystax ndk for STL classes, http://www.crystax.net/android/ndk-r4.php

peter karasev