Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Low level video frames and QGraphicsVideoItem

Low level video frames and QGraphicsVideoItem

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    AquilaDev
    wrote on last edited by
    #1

    Hello there !
    I'm trying to make low level video frame editing, but i'm stuck.. How could i send a QObject with QAbstractVideoSurface and QAbstractVideoFormat (like in this example http://qt-project.org/doc/qt-5.0/qtmultimedia/videooverview.html ) to a QGraphicsVideoItem ?

    I already thought to use QMediaPlayer, but the setMedia method handle only QUrl (so a defined file) or a QIODevice ( which makes the use of QAbstract classes fully useless). So i think it's not what i'm looking for.

    Hope someone could help me

    Edit:
    i found the solution in old 4.8 examples
    http://qt-project.org/doc/qt-4.8/multimedia-videographicsitem.html

    And not in 5.x versions of the same example (http://qt-project.org/doc/qt-5.1/qtmultimediawidgets/videographicsitem.html) unlike the sub-title said... because in qt 5.x they're no longer using qabstractvideo classes..
    Bad copy paste of the qt 4.8 doc :(

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved