Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qvideowidget
    Log in to post

    • UNSOLVED There is a ghost widget!!!!!!
      General and Desktop • widget qmediaplayer qvideowidget • • surfzoid  

      4
      0
      Votes
      4
      Posts
      64
      Views

      @Christian-Ehrlicher in the same strange way, i have an void : void QtVsPlayer::FullScr() { if (QtVsPlayer::isFullScreen()) { QtVsPlayer::showNormal(); this->ui->menubar->setVisible(true); if (!Zoomed) this->ui->statusbar->setVisible(true); } else { QtVsPlayer::showFullScreen(); this->ui->menubar->setVisible(false); this->ui->statusbar->setVisible(false); } return; } this void work, i have fullscreen video. now in mousemove event i have if (!this->ui->actionMasquer_les_controles->isChecked() and WVideoCtrls->isHidden() and this->ui->actionAuto_hide_controls->isChecked()) { if(!Zoomed and QtVsPlayer::isFullScreen() == false) ui->statusbar->setVisible(true); WVideoCtrls->show(); WVideoCtrls->activateWindow(); WVideoCtrls->raise(); this->centralWidget()->lower(); this->centralWidget()->stackUnder(WVideoCtrls); } if (QtVsPlayer::cursor() == Qt::BlankCursor) { QtVsPlayer::unsetCursor(); } return; the goal is to display videocontrols, like play, pause and so on, but not the status bar in full screen, but it is shown, zoomed is false but isfullscreen is no such value
    • UNSOLVED Customize QVideoWidget and QMediaPlayer Metadata problems
      General and Desktop • qmediaplayer transparency qvideowidget transparent qmediametadata • • TheEnigmist  

      9
      0
      Votes
      9
      Posts
      350
      Views

      @jsulm In Qt Creator and in VS 2022 as well. Qt Creator: VS 2022: EDIT: I found the problem... QAbstractVideoSurface has been replaced by the QVideoSink class in Qt6: https://doc.qt.io/qt-6/qtmultimedia-changes-qt6.html EDIT2: I think i will open two different topic since I found different "bug?"
    • UNSOLVED QVideoWidget can't change saturation on macOS
      General and Desktop • macos qvideowidget catalina • • Snowdrop  

      3
      0
      Votes
      3
      Posts
      127
      Views

      Windows is running in a Virtual Machine (KVM) with Linux as its host, and the macOS is a Mac Mini Classic at MacInCloud.
    • UNSOLVED QVideoWidget not working with QVideoProbe
      General and Desktop • qvideowidget qvideoprobe • • JK3WN  

      7
      0
      Votes
      7
      Posts
      317
      Views

      @SGaist No. Both computers have same codec set.
    • UNSOLVED Always display frame of QVideoWidget
      General and Desktop • qmediaplayer gridlayout qvideowidget listwidget • • James Whiteley  

      9
      0
      Votes
      9
      Posts
      915
      Views

      Great ! The please mark the thread as solved using the "Topic Tools" button or the three doted menu beside the answer you deem correct so that other forum users may know a solution has been found :-)
    • SOLVED Creating an object of QVideoWidget closes my mediaplayer app .
      QML and Qt Quick • c++ mediaplayer qvideowidget • • umutgurbuz  

      13
      0
      Votes
      13
      Posts
      595
      Views

      @sgaist The problem was the QGuiApplication in my main.cpp , i turned it to QApplication and it works fine. And lastly what should i do to use my applicationwindow as my videowidget. I want my video to play on my app like normal mediaplayers, not to open another window for it. Thanks for your kind effort.
    • UNSOLVED QVideoWidget does not hold latest frame
      General and Desktop • qmediaplayer c++ qt qt5.11 qvideowidget • • magicstar  

      2
      0
      Votes
      2
      Posts
      443
      Views

      @magicstar I have the same problem. Have you find a solution ?
    • UNSOLVED Can't draw rectangle on a Custom Video Widget with Paint Event
      General and Desktop • qpainter qvideowidget qrect • • onurcevik  

      20
      0
      Votes
      20
      Posts
      3269
      Views

      @onurcevik Did you ever figure the solution for this? Working on it now
    • SOLVED display image in qvideowidget qmediaplayer possible?
      General and Desktop • qwidget qmediaplayer image display qvideowidget qt5.6.1 • • pauledd  

      12
      0
      Votes
      12
      Posts
      8850
      Views

      thank you for the tip, I will try this in another project since I currently have a lot of problems getting qmediaplayer or qcamera working on the RaspberryPi. I wrote my code on amd64 on which everything worked fine but on the actual device (RPi) a LOT of problems came in (qt-gstreamer-v4l2-bcm2835-v4l2,MMAL, w.t.h.) but thats worth another thread.
    • SOLVED qmediaplayer no video
      General and Desktop • linux qmediaplayer gstreamer qvideowidget qt 5.6.1 • • pauledd  

      6
      0
      Votes
      6
      Posts
      3764
      Views

      Don't think this is solved, uninstalling gst-plugins-vaapi is a workaround at best. Bug: Qt Multimedia GStreamer backend doesn't support HW-accelerated video decoding https://bugreports.qt.io/browse/QTBUG-23761
    • UNSOLVED Embed MPlayer in QMainWindow
      Mobile and Embedded • qt5.5 qprocess qvideowidget • • Zola  

      1
      0
      Votes
      1
      Posts
      997
      Views

      No one has replied

    • UNSOLVED QVideoWidget on Debian Jessie
      Mobile and Embedded • qt5 qmediaplayer qvideowidget • • Zola  

      5
      0
      Votes
      5
      Posts
      1469
      Views

      Thanks @jsulm I am assuming that problem is in video drivers, I use fbdev by default (/etc/X11/xorg.conf) The same situation with HTML5 video
    • UNSOLVED Problem with video play
      Mobile and Embedded • qt5 qwebview qvideowidget • • Zola  

      1
      0
      Votes
      1
      Posts
      583
      Views

      No one has replied

    • UNSOLVED QtMultimedia Video Play example
      Mobile and Embedded • qt5 gstreamer qvideowidget • • Zola  

      2
      0
      Votes
      2
      Posts
      842
      Views

      It will be a good place to start- see if all gstreamer plugins are installed in your device. You can also try ldd and make sure no links are broken.
    • UNSOLVED QVideoWidget running in worker thread
      Mobile and Embedded • qt5 qthread qvideowidget • • Lazar Urosevic  

      6
      0
      Votes
      6
      Posts
      1599
      Views

      @Lazar-Urosevic Yes, you can have two QVideoWidgets at the same time. Why should one of them block? And why not just try it?
    • Video Disappears after returning to normal view from fullscreen
      General and Desktop • qmediaplayer qvideowidget • • colossus47  

      3
      0
      Votes
      3
      Posts
      1315
      Views

      @mrjj Yeah it is Qt 5.5, on ubuntu 14.04. I saw one of the earlier bug reports that was closed (user submitted multiple bugs in one report), so I was hoping it was a something wrong on my end and that it had been fixed. Thanks you for pointing me to the current bug report though.
    • Release version not playing video and not loading external css
      Installation and Deployment • qmediaplayer qwebview qvideowidget • • andyhaggis  

      1
      0
      Votes
      1
      Posts
      634
      Views

      No one has replied

    • Video Playback with QMediaPlayer in Qt QNX
      Mobile and Embedded • qmediaplayer qvideowidget videoplayback widget applicat qnx • • Nitar  

      2
      0
      Votes
      2
      Posts
      1421
      Views

      Hi and welcome to devnet, QNX support is an Enterprise feature, you should contact the Qt Company through your Qt Account Support Center.
    • Cannot include QMediaPlayer and QVideoWidget
      Installation and Deployment • qmediaplayer qvideowidget include 5.4.2 • • hamov  

      2
      0
      Votes
      2
      Posts
      2178
      Views

      I'm not sure for the zip source package, but at least for the sources installed from the online installer the headers of QtMultimedia are placed next to qbase directory, not inside it. Also, to make your life easier you should use a prefix in your configure step and after compilation call 'nmake install' i.e. configure -prefix "C:\Some path\" ... nmake nmake install This would build Qt in the current directory and then copy over everything needed in their right places to the prefix directory. You can then safely delete the build directory and save a lot of space, since it contains all the intermediate build artifacts that you don't need. All the includes would be placed in a single <prefix dir>\include directory for you, such as they are in the precompiled packages.
    • [SOLVED]Could this be a bug on QVideoWidget.
      General and Desktop • qvideowidget • • ealione  

      4
      0
      Votes
      4
      Posts
      1186
      Views

      The original author was asked to split the report so, if you don't' find anything then go on, create your new report with as much details and minimal compilable example
    • Changing the colour option on the media player example had no effect.
      General and Desktop • qvideowidget media player • • ealione  

      5
      0
      Votes
      5
      Posts
      1269
      Views

      I did not make any changes at the example at all, so it should be as provided but Qt.