"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Size of image from Frame getImage()

I am getting an image using getImage() from QCAR::Frame on an iPhone4/4S, but the only size is I get from that is 480 X 360 which is strange because iPhone resolution (off retina) is 480x320. Is there a way to get a full screen image inside EAGLView - (i.e. 480x320 OR 960 x 640)? (I'm using FrameMarkers sample as the base).

hi putitout

This came up before:

https://ar.qualcomm.at/content/size-image-frame-getimage

As Kim mentioned you can experiment with  MODE_DEFAULT or MODE_OPTIMIZE_QUALITY to see if it makes any difference.

This is not a bug, more likely just the way it is.

Vuforia does not guarantee an image size even though you can provide it hints as you have specified.

N