Results 1 to 2 of 2

Thread: Missing processing steps in QCameraImageCapture::imageCaptured?

  1. #1
    Join Date
    Oct 2010
    Location
    Berlin, Germany
    Posts
    358
    Thanks
    18
    Thanked 68 Times in 66 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Missing processing steps in QCameraImageCapture::imageCaptured?

    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

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Missing processing steps in QCameraImageCapture::imageCaptured?

    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,
    _

  3. The following user says thank you to anda_skoa for this useful post:

    FelixB (18th August 2016)

Similar Threads

  1. QCameraImageCapture is saving image only on program exit
    By carobnodrvo in forum Qt Programming
    Replies: 4
    Last Post: 7th March 2016, 17:40
  2. Qwt installation steps for Mac
    By Navi in forum Qt Programming
    Replies: 1
    Last Post: 17th June 2015, 15:41
  3. why is QCameraImageCapture always not ready windows 7?
    By josentop in forum Qt Programming
    Replies: 2
    Last Post: 27th July 2014, 16:14
  4. Steps on QScrollBar
    By Cucus in forum Qt Tools
    Replies: 1
    Last Post: 20th June 2011, 23:27
  5. Questions after the first steps with Qt
    By MartinM in forum Newbie
    Replies: 2
    Last Post: 26th April 2010, 08:10

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.