QtMultimedia module from the Qt Toolkit that provides a rich feature set to easily take advantage of a platform's multimedia capabilites and hardware.
Questions tagged [qtmultimedia]
235 questions
0
votes
1 answer
getting float array from QAudioInput's qbytearray
When reading low level audio from QAudioInput, the resulting data is a QByteArray. When setting up QAudioInput, you can tell it the Sample Type you want from the data. If you specify float there, does that mean the data in QByteArray is already in…

kevin-lisnr
- 43
- 7
0
votes
0 answers
Can't find audio devices and play audio with PyQt4.QtMultimedia and python2.7 on Ubuntu 14.04
I installed PyQt4 on Ubuntu 14.04 via conda.
All the GUI library is working but no output devices are found, so I get no audio output,
using PyQt4.QtMultimedia (or PyQt4.QtGui.QSound).
A sample script describing the situation:
from…

iacopo
- 663
- 1
- 7
- 22
0
votes
1 answer
use QCamera in Qt console application
I want to use the camera in a headless (console) qt application (at least for unit testing).
But I facing a problem with Qt. As soon I use my code in a console application, the camera won't work - the readyForCaptureChanged event of…

appsthatmatter
- 6,347
- 3
- 36
- 40
0
votes
1 answer
gstreamer-critical on executing qt5 on arm
I have crosscompiled Qt-5.x.x for multimedia support using arm compiler. I was able to build mediaservice plugins using gstreamer. which are:
1.libgstaudiodecoder.so
2.libgstcamerabin.so
3.libgstmediacapture.so
4.libgstmediaplayer.so
compiled one…

geek
- 794
- 3
- 16
- 41
0
votes
2 answers
Cannot record audio without QMainWindow
I have trouble using QAudioRecorder without using QMainWindow. It would create a file with 0 bytes, which is not playable by most common media players after running this script here:
int main(int argc, char *argv[]){
QAudioRecorder q;
…

swtdrgn
- 1,154
- 4
- 17
- 49
0
votes
0 answers
Play mp3 with Qt4 from network without Phonon
In my project is undesirable use Phonon. It was therefore decided to use QAudioOutput and decoder Lame. The data obtained from the network through QNetworkReply and try to decode blocks of 4096 bytes, but I get an error. I understand that my actions…

DrEvil35
- 127
- 1
- 8
0
votes
0 answers
QAudioFormat. Undefined reference to '_imp_....'
I'm using Qt 5.1.1, Qt Creator 2.8.1 on Win7. When I compile program I get lots of this type errors:
*.cpp:85: undefined reference to `imp__ZN12QAudioFormatC1Ev'
When I double click to them It refers to this part of code:
QAudioFormat format;
…

Bobur
- 21
- 6
-1
votes
1 answer
Fast Forward,rewind for QAudioOutput
Hey am playing an audio file using QAudioOutput I need to implement a slider with which u can seek a track at a particular time.

Hemapriya
- 19
- 3
-2
votes
2 answers
Qml QtMultimedia Video + Qml ShaderEffect incompatibility
I have a problem with applying a shaderEffect on qml video. When I apply ShaderEffect to the rectangle containing a video, I observe stuttering stuttering effect on Video representation in ShaderEffect. Moreover, my program shuts down some time…

Oleg Shindelov
- 15
- 5
-2
votes
1 answer
How to download and use QtMultimedia in python, Windows?
How can I use QtMultimedia in pyqt5.
I am using Windows operating system.
I researched about QtMultimedia but I still don't know how to download it, can you help me?

Baris_Ertan
- 23
- 1
- 5