Results 1 to 1 of 1

Thread: QCameraImageProcessingControl

  1. #1
    Join Date
    Jul 2015
    Posts
    9
    Thanks
    4
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Windows

    Default QCameraImageProcessingControl

    I have just found this (QCameraImageProcessingControl )class and I understand you can use it to control QCamera processes such as Contrast and Brightness Adjustment (etc). I have created an instance of QCamera and its working well but I cant figure out how to implement this class with my QCamera object:

    Qt Code:
    1. camera = new QCamera(this);
    2. viewfinder = new QCameraViewfinder(this);
    3. imageCapure = new QCameraImageCapture(camera, this);
    4.  
    5. layout = new QVBoxLayout;
    6. camera->setViewfinder(viewfinder);
    7. layout->addWidget(viewfinder);
    To copy to clipboard, switch view to plain text mode 

    Can someone point me to the right direction? I would like to use 2 QSliders to adjust both brightness and contrast. Thank you in advance
    Last edited by Kyef; 27th October 2015 at 13:41. Reason: spelling corrections

Tags for this Thread

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.