Hi, Please help me out in invoking the camera and viewing the camera view port.
Thanks in advance..
Vineeth K.
Hi, Please help me out in invoking the camera and viewing the camera view port.
Thanks in advance..
Vineeth K.
I got a documentation about XQCamera. But the class is not including. Please help me on how to use the XQCamera class or how to use the CameraAPI..
Please reply........
There is an example here ( http://wiki.forum.nokia.com/index.php/Qr_Decoder_in_Qt ) about how to use the camera and use it for image analyze.
I have gone through the url which you gave... But it was Symbian C++. Can we port a Symbian C++ application to Qt..
The file QQrDecoder.zip is a QT project, that use a wrapper class to call the camera native c++ symbian code to call the camera wrapper. (the camera wrapper is a "tool" that allow to use the camera in the same way for all the s603rd devices)
But this example is used to get the raw camera datas. If you just need to take a picture, there is probably another solution.