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. Extracting image from QMediaPlayer Video
Qt 6.11 is out! See what's new in the release blog

Extracting image from QMediaPlayer Video

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 2.7k 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.
  • giuBRITG Offline
    giuBRITG Offline
    giuBRIT
    wrote on last edited by
    #1

    Hello!! I am using Qt Creator to implement an application that reads a video and by clicking on a button i will save the frame that is being showed. Then i will process that frame with Opencv.

    Having a video being displayed with QmediaPlayer, how can i extract a frame from the video? I should then be able to convert that frame to a Mat image in Matlab.

    Thanks

    raven-worxR 1 Reply Last reply
    0
    • giuBRITG giuBRIT

      Hello!! I am using Qt Creator to implement an application that reads a video and by clicking on a button i will save the frame that is being showed. Then i will process that frame with Opencv.

      Having a video being displayed with QmediaPlayer, how can i extract a frame from the video? I should then be able to convert that frame to a Mat image in Matlab.

      Thanks

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @giuBRIT
      see this.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      giuBRITG 1 Reply Last reply
      0
      • raven-worxR raven-worx

        @giuBRIT
        see this.

        giuBRITG Offline
        giuBRITG Offline
        giuBRIT
        wrote on last edited by
        #3

        @raven-worx Thanks for the help!! But..where do i get the image? I don't get that from the example

        Thanks

        raven-worxR 1 Reply Last reply
        0
        • giuBRITG giuBRIT

          @raven-worx Thanks for the help!! But..where do i get the image? I don't get that from the example

          Thanks

          raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          @giuBRIT
          from the QVideoFrame, which is passed by the signal.

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          giuBRITG 1 Reply Last reply
          0
          • raven-worxR raven-worx

            @giuBRIT
            from the QVideoFrame, which is passed by the signal.

            giuBRITG Offline
            giuBRITG Offline
            giuBRIT
            wrote on last edited by
            #5

            @raven-worx Thanks a lot!!!!

            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