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. Different ways to play video

Different ways to play video

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 688 Views
  • 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
    Anurag2904
    wrote on last edited by Anurag2904
    #1

    Hi,

    Can someone link some example (in c++ if possible) to play videos other than using QMediaplayer? Can I use QPixmap to play video frame by frame as well as add gaze points to video frame? I have some gaze points which i want to add onto video. Open cv takes time processing the video, so I was hoping to find a solution where I can add gaze points to each frame during the play back itself.

    Thanks,
    Anurag

    1 Reply Last reply
    0
    • Y Offline
      Y Offline
      yugosonegi
      wrote on last edited by yugosonegi
      #2

      There are a lot of libraries that can help you with that, such as libvlc, mplayer and mpv. Perhaps you can look up for how to use their library and link on Qt.

      But as you are looking (I guess) for using computer vision or some sort of it, I think that you have to stick with OpenCV as it's made for that.

      You have too say what you are trying to accomplish here so we can help you.

      1 Reply Last reply
      2

      • Login

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