How to make video from web cam
Unsolved
General and Desktop
-
Hello
I want to make video from web cam with sound.-
I can run example "qtmultimedia/examples/multimediawidgets/camera" and store encoded video in file
But how get this data in my buffer, such as event of incoming encoded data ? -
The video is stored without a sound, is it possible to make videos with sound ?
-
-
@abarmotov
ad 1) is QVideoProbe class sufficent for you?
ad 2) there is also a QAudioRecorder class (inherits QMediaRecorder). I don't know if you can use QAudioRecorder to record video and audio concurrently. -
-
as i understand QVideoFrame is a data to "display", but i want that encoded data from QMediaRecorder for example to send over network by portions
-
sorry, my fault - sound IS exist in video, mic was disabled in system
-