PDA

View Full Version : Missing processing steps in QCameraImageCapture::imageCaptured?



FelixB
18th August 2016, 11:46
Hello,

I want to use a captured image as QImage. Can I use the image provided by QCameraImageCapture::imageCaptured directly? Is that really the "final" image?

The documentation says "Signal emitted when the frame with request id was captured, but not processed and saved yet." What exactly is meant with "processed"? Is the passed QImage eactly the same image as the one saved on disk later? Or are there other image processing steps missing?

thanks in advance!
Felix

anda_skoa
18th August 2016, 12:24
As far as I can tell from the code the processing can be things like rotating the image if the device was rotated, e.g. a phone held in landscape.

Cheers,
_