Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-85406

QVideoWidget needs a public interface to retrieve stored frame

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 5.14.2, 5.15.0
    • Multimedia
    • None

    Description

      Many applications need access to the current frame displayed on a QVideoWidget.

      The current video frame is already cached in the "m_frame" variable in QVideoSurfaceGLPainter::setCurrentFrame().

      An interface should be added so that the cached frame can be accessed via a public method in QVideoWidget. Possibly:

      QVideoFrame QVideoWidget::getCurrentFrame() const;

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            valentyn.doroshchuk Valentyn Doroshchuk
            qtuser20000 Qt Qt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes