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. How can I process a video frame by frame in Qt without using OpenCV?
Qt 6.11 is out! See what's new in the release blog

How can I process a video frame by frame in Qt without using OpenCV?

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 808 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.
  • P Offline
    P Offline
    prerna1
    wrote on last edited by
    #1

    I have a video (avi file) and I have a text file containing coordinates of bounding boxes. I know that QPainter's drawRect() to draw a rectangle over a QImage ( "http://qt-project.org/forums/viewthread/6406":http://qt-project.org/forums/viewthread/6406 ) .

    But, how can I take a video frame by frame and convert the frame to QImage? I don't want to use OpenCV's VideoCapture. Also, I will need the frame rate of the video in order to "play" it back with the bounding boxes.

    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