Questions tagged [qvideowidget]

35 questions
0
votes
1 answer

PyQt5 grabbing current frame displays blank

I'm new to PyQt and I'm trying to create a videoplayer that screenshots the current frame it retrieves. I implemented this method for grabbing the videoframes in order to take screenshots and added it to a videoplayer GUI. Here's how the GUI…
xjm
  • 164
  • 2
  • 4
  • 18
0
votes
1 answer

PyQt5 - open QMediaplayer in new window and play video

This is probably comes down to basic python understanding, but I'm struggling with opening a video in a new window using PyQt5 and Python3. When I run this code: from PyQt5.QtMultimediaWidgets import QVideoWidget from PyQt5.QtCore import QUrl from…
derBrain
  • 173
  • 1
  • 2
  • 13
0
votes
0 answers

Play a video Url in a qwidget Qt

I Am a beginner in Qt learning so forgive me if this question is already asked but believe me, i searched but i didn't find anything just like what I want. So I want to play an Url video using QMediaPlayer and QVideoWidget, when i did try this…
it4Astuces
  • 432
  • 5
  • 17
0
votes
0 answers

Can we include and show some others widgets in a QVideoWidget?

I want to show some others widget in a QVideoWidget so that I can control the playing of video when fullscreen as this code: VideoScreen
aviit
  • 1,957
  • 1
  • 27
  • 50
0
votes
1 answer

QVideoWidget doesn't resize well

I have a Qt application which simply captures from the default webcam and shows it on a QVideoWidget. In the ui, I have a simple MainWindow with a QGraphicsView inside a VerticalLayout: ui design My…
mahesh
  • 1,028
  • 10
  • 24
1 2
3