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


_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to