ok, so something almost makes sense to me now (if the following is true)…
So the image shows onscreen after the camerview, but not scaled properly (0.25)…
Presuming the image is fullscreen, then it would seem that the capturePhoto call did not save the image, and instead just returned the image in event.target. (the question I was asking before about status of event var in the completion listener that you still haven’t answered…)
I am guessing that in the completion listener event.target has a non nil value… This is the normal case when selectPhoto returns an image instead of saving a file. You could likely change event.target.xScale = 0.25, and see the onscreen image change…
The question is why though… (never saw the real completion listener, completeCamera)…