[Interest] Qt 5.4.2 snapshot ios camera capture issue

Lopes Yoann Yoann.Lopes at theqtcompany.com
Mon May 11 19:12:48 CEST 2015


I assumed you were using the URL from the imageSaved() signal, not from the imageCaptured() signal.

In that case, no, you can’t read the EXIF reader from that URL. However, I didn’t think about that earlier but there’s an even simpler workaround.
If your VideoOutput’s autoOrientation property is set to true, you can simply set the Image rotation to: 360 - videoOutput.orientation (‘orientation' is counter-clockwise and ‘rotation' is clockwise…)

—
Yoann




More information about the Interest mailing list