Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. videooutput
    Log in to post
    • All categories
    • P

      Unsolved Processing Every Frame in a Video File
      QML and Qt Quick • qml mediaplayer video videooutput qvideofilter • • PetrichorShark

      5
      0
      Votes
      5
      Posts
      177
      Views

      P

      @SGaist Ah, in that case, I'll give it a try. Would that also be the case with QAbstractVideoSurface, or would that one receive further-in frames if more time passes?

      Processing takes about 250ms per frame on Android right now. I'm working on ways to speed that up, but the processing fps is going to be worse than the video file's fps for some time yet.

    • R

      Unsolved Qt6 QML Multimedia: How to crop video played from MediaPlayer to VideoOutput
      QML and Qt Quick • multimedia videooutput mediaplayer video rtsp video streaming • • rklemm

      3
      0
      Votes
      3
      Posts
      143
      Views

      R

      @GrecKo It does, but it seems to be a read-only reflection of the viewport set for the video frame objects that are coming through the videoSink. When I attempt to assign to it, I get the QML error: Invalid property assignment: "sourceRect" is a read-only property. The docs do not appear to reflect the fact that sourceRect is read-only. I am using Qt 6.3.

      Looking at the source for VideoOutput (https://github.com/qt/qtmultimedia/blob/37c2d097eb5dd8671cc752dc920da11d66105905/src/multimediaquick/qquickvideooutput_p.h#L41), we can see that the Q_PROPERTY for sourceRect is read-only in both the 6.3 and dev branches.

      I have had the thought of attempting to manually set the viewport of the QVideoFrameFormat of the frames coming through the VideoOutput's videoSink, but I haven't created a working solution for that strategy yet.

    • E

      Unsolved Qt 5 usb camera record and view
      General and Desktop • recording camera live raspberry pi 4 video streaming videooutput • • Edanur

      4
      0
      Votes
      4
      Posts
      263
      Views

      SGaist

      Hi,

      A QMediaRecorder to the mix.

    • 3

      Unsolved Looking for Qt Developers
      Jobs • qt 5.4 qt creator qt application video lib ffmpe videooutput • • 360Dev

      6
      0
      Votes
      6
      Posts
      3851
      Views

      Aleksey_K

      Have experience You need:

      10+ years of C++/Qt experience Worked with images and graphics in Qt Worked with ffmpeg, video encoding, etc, have own scripts for this :) Good coding and documentation skills Good English Experience and ability to develop cross-platform applications for Mac OS X, Windows, Linux Knowledge of Git

      Full CV: http://ua.linkedin.com/in/alekseykontsevich

    • D

      Solved VideoOutput + QQuickView::SizeRootObjectToView + Qt::PortraitOrientation
      Mobile and Embedded • videooutput qml qcamera c++ portrait • • dhirvonen

      9
      1
      Votes
      9
      Posts
      5446
      Views

      DQUY05

      @dhirvonen said in VideoOutput + QQuickView::SizeRootObjectToView + Qt::PortraitOrientation:

      @Charby

      Even better (and much cleaner). After inverting the -camera.orientation it works beautifully. Thanks again.

      VideoOutput { id: output source: camera objectName: "VideoOutput" filters: [ infofilter, videofilter ] anchors.fill: parent orientation: -camera.orientation }

      Hi Mr,
      I am having a similar project of yours, but do not understand the objectName property my VideoOutput does, is it because I use Qt5.15?

      objectName: "VideoOutput"

      Thanks!

    • H

      Error:"Configured Videosink video-output-bin is not worikng"
      QtonPi • raspberry pi videooutput qtmultimedia • • Haresh

      14
      0
      Votes
      14
      Posts
      4763
      Views

      H

      Hello,
      Got another problem though I have managed to cross compile Qt5 with gstreamer1.0 support it is unable to play HD videos on pi.
      I checked using GST_DEBUG=3 and it seems like it still uses gstreamer0.10.
      So Do anyone have got HD video playing on pi and can suggest me to get it playing??

    • V

      Video scaling at Qt Browser
      Qt WebKit • videoplayback videooutput • • vpforqt

      1
      0
      Votes
      1
      Posts
      673
      Views

      No one has replied

    • J

      QtGui/QWidget No Such file or Directory
      General and Desktop • qt5 media player videooutput • • JasonB

      7
      0
      Votes
      7
      Posts
      7931
      Views

      SGaist

      How did you build QtGStreamer ?

    • K

      VideoOutput to c++
      QML and Qt Quick • c++ qml qtmultimedia videooutput • • kolegs

      2
      0
      Votes
      2
      Posts
      881
      Views

      p3c0

      Hi @kolegs,
      How did you capture the frame ?

    • H

      QT 5.5 alpha video problem
      General and Desktop • qt5.5 qtmultimedia videooutput • • hasya101

      2
      0
      Votes
      2
      Posts
      888
      Views

      SGaist

      Hi and welcome to devnet,

      You should rather bring this to the interest mailing list You'll find there Qt's developers/maintainers (this forum is more user oriented). Also take a look at the bug report system to see if it's something known

    • N

      QT 5.4 QML VideoOutput not workking on IOS Iphone/Ipad
      Mobile and Embedded • ios qml qtmultimedia c++ videooutput mediaplayer • • NConcepts

      1
      0
      Votes
      1
      Posts
      765
      Views

      No one has replied