Another way to use camera
I'm developing Android project that uses device camera as image input. I decided to use OpenCV native (c++) interface because of perfomance.
My test (and personal) device is Mororola Defy. Unfortunatelly there's a known issue that Motorola (and some other) devices have black screen even on non-native (basic) samples.
Fortunatelly there's known fix of that problem. And it worked fine for me.
The problem is that perfomance of such method is very low - I have simple application (no image processing, just showing image on device screen) and it has 5fps on both Motorola Defy and Sony Ericsson Arc S (image size is 640x480).
So my quesion is very simple - is there any other way of fixing that problem? Or the only solution for me now is to wait for the bugfix? In Android Marker I've seen apps that use OpenCV library and their perfomance is actually good.
Thanks for any advice!
Nice description, but no good answer yet :( Could you please provide links to the apps? Do they work on your Motorola Device?
Thanks Kirill to your answer. Just type in Google Market "OpenCV" and choose any of founded results. And, yes, these applications worked on my motorola. Actually I was a bit wrong - their perfomance isn't much higher then my application. But anyway looking for a good way to boost application.