The Nexus 4 has a screen res of 1280x768 (with no title bar etc).
According to getResolutionList() the largest preview image from OpenCV (item 0 in the list) is 1280x768, so in onCameraFrame, why does the image always come through at a maximum of 800x480.
Even when I try to force the size to the maximum using setResolution(mResolutionList.get(0)) it sticks at 800x480.
Can anyone give me some clue as to what I'm doing wrong?
Many thanks
Baz