I’m trying to capture an image from the window mobile device using Qt. Is there the APIs in Qt-wince to access the camera in the window mobile device?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no such API available through Qt, as Qt tries to provide the same API on all platforms. However, since devices differ and mobile becomes more and more important to Qt (just look at who’s owning the company) there is work on a Mobility API that will expose available device specifics such as cameras, gyros, e-mail, sms, etc. For now, cameras does not seem to be implemented (at least not yet). Either way, you can look at a preview here: http://qt.nokia.com/developer/new-qt-apis .