camera - Autofocus in Blackberry ported app -


i have implemented this ocr library, working fine in android when port app in blackberry , auto focus not working. idea ?

thanks

for android can directly compile library using ndk, either write app in java , call library via jni, or write whole app in c++ using ndk.

i believe out of luck on blackberry, platform you'll need rewrite library in java, neither apps or libs can written in c++.


Comments