Results 1 to 2 of 2

Thread: How to design a custom videoOutput?

  1. #1
    Join Date
    Jan 2011
    Posts
    127
    Thanks
    42
    Thanked 4 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default How to design a custom videoOutput?

    The videoOutput I mean is
    Qt Code:
    1. Rectangle {
    2. width: 320
    3. height: 240
    4.  
    5. Camera{
    6. id: camera
    7. }
    8.  
    9. VideoOutput {
    10. id: videoOutput
    11.  
    12. anchors.fill: parent
    13. source: camera
    14. }
    15.  
    16. GammaAdjust {
    17. id: gammaAdjust
    18.  
    19. anchors.fill: videoOutput
    20. source: videoOutput
    21. gamma: 0.5
    22. }
    23. }
    To copy to clipboard, switch view to plain text mode 


    How could design the videoOutput by myself?
    Maybe this is the fastest and easiest way to save the
    image after postprocessing,thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How to design a custom videoOutput?

    There is no way to capture the output without compromising the speed of QtQuick. What exactly are you trying to do?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. How to get the image buffer of videoOutput?
    By stereoMatching in forum Qt Quick
    Replies: 1
    Last Post: 16th December 2013, 15:03
  2. Custom Model? Custom View? Custom Delegate?
    By Doug Broadwell in forum Newbie
    Replies: 4
    Last Post: 11th February 2010, 20:23
  3. C++/QT Design
    By xmeister in forum Newbie
    Replies: 6
    Last Post: 2nd April 2009, 02:39
  4. Replies: 3
    Last Post: 5th October 2008, 23:41
  5. mv design
    By sonuani in forum Newbie
    Replies: 1
    Last Post: 4th April 2008, 08:26

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.