Results 1 to 2 of 2

Thread: Qt Video Shaders

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2015
    Location
    Austria
    Posts
    20
    Thanks
    3
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Question Qt Video Shaders

    I want to do something like this http://doc.qt.io/qt-5/qtmultimedia-v...x-example.html with Qt5. Is this possible without qml?

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,329
    Thanks
    317
    Thanked 871 Times in 858 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Qt Video Shaders

    The shaders used in QML are simply OpenGL vertex shaders. If you want to do this, you will need to write an OpenGL-based app and add the vertex shader code. There are OpenGL examples in the Qt distribution and many online tutorials.

Similar Threads

  1. Is there a better way to write shaders
    By ustulation in forum Qt Quick
    Replies: 1
    Last Post: 28th February 2014, 01:29
  2. QML Shaders
    By ustulation in forum Qt Quick
    Replies: 3
    Last Post: 29th December 2013, 16:34
  3. Problems with shaders and their context's
    By Elberion in forum Newbie
    Replies: 13
    Last Post: 21st June 2011, 15:34
  4. QT4.7 & QGLFormat::CoreProfile & shaders
    By saraksh in forum Qt Programming
    Replies: 3
    Last Post: 27th December 2010, 22:04
  5. GLSL shaders, multitexturing and Qt
    By jcox23 in forum Qt Programming
    Replies: 0
    Last Post: 20th January 2010, 19:37

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
  •  
Qt is a trademark of The Qt Company.