I am getting an image using getImage() from QCAR::Frame but the largest size is I can get from that is 480 X 360. Is there a way to get a higher resolution image or specify the size images from getImage should be? I have looked around in the forums and through all of the headers and was not able to see anything that would help.
I am currently using vuforia-sdk-ios-1-5-8.
The only thing that might help is setting the videoMode to optimize quality. Search the ImageTargets.cpp file for QCAR::CameraDevice::MODE_DEFAULT and swap this out with QCAR::CameraDevice::MODE_OPTIMIZE_QUALITY. The results are device dependent, but on some devices this will result in a higher resolution camera image.
- Kim