Since the presentation by Eero Bragge at theAmterdam devdays about QT / QT-Creator I've been looking for an excuse to try my hands at mobile development. Now this excuse has arrived in the form of the Nokia N900, my new phone!

My other hobby is computer vision, so my first Idea's for applications to try and build lie in that direction. My questions now are:

  • Has anyone tried QT Creator + OpenCV + Maemo 5? I see there is a year old port of opencv for Meamo Diablo (4.1) has anyone tried that one on Maemo 5?
  • I see that improvements to the OpenCV port are were among the Meamo google summer of code 2009 ideas that didn't make the cut. Is there work being done there?
  • How easy is it to acquire images from the phone's camera and convert them to something opencv understands?
  • Does anyone have any useful links to share?
link|improve this question

feedback

2 Answers

up vote 2 down vote accepted
+100

"I see that improvements to the OpenCV port are were among the Meamo google summer of code 2009 ideas that didn't make the cut. Is there work being done there?"

The project was not select, and AFAIK the people involved didn't carry the project.

OpenCV seems to work under Maemo5 according to the discussion here: http://n2.nabble.com/OpenCV-for-Maemo5-td4172275.html#a4172275

link|improve this answer
feedback

you can use gstreamer framework to acquire image from both cameras. gst-camerabin should work.

see: http://gstreamer.freedesktop.org/wiki/CameraBin

link|improve this answer
Interesting. Have you used this at all? Are you aware of samples? – jilles de wit Dec 17 '09 at 16:21
1  
wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/… this one looks good. – bad zeppelin Dec 18 '09 at 7:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.