How can i use QML Camera play audio in a videoOutput ?
Unsolved
QML and Qt Quick
-
Hello everyone,I'm trying to use videoOutput to play a camera .
video is ok.
but no sound ...
I test the camera in obs,it has sound and video .
I play a video in videoOutput with MediaPlayer, it has sound and video .
but I change the videoOutput source from MediaPlayer to camera ,
it has video,but no sound .
what can I do?
Thanks. -
I'm thinking about to put QAudio into QML Camera。
add a property audio ,to control audio
add a property audioDevice ,to choice audio output and input。
please gei me some info about it~
now,I can control audio input and output with QAudio ,c++
how can I put it into qml camera?