[Symbian3] Qt C++ QCamera and OpenVg
-
Hello
I have this app where I use QCamera and draw the image from it to AbstractVideoBuffer and grab the frames from the buffer etc. If I have my graphicsystem as openvg QCamera doesn't work its just a blank screen and if I put it on raster the whole process is very heavy for the processor. I also have other things in the application where I would like to use openvg because of performance but at the moment it is not possible due to the camera not working.
I'm building for qt 4.7.4 mobility 1.2 target atm and using devices like E7 and N8 with Symbian Anna.
Is it even possible to use OpenVG with QCamera?