QML Recorder Example

Recording audio and video using Qt Quick.

QML Recorder demonstrates a simple application that can record audio and or video files using the camera and microphone.

Running the Example

To run the example from Qt Creator, open the Welcome mode and select the example from Examples. For more information, visit Building and Running an Example.

The example uses the QML Camera and AudioInput objects connected to a MediaCaptureSession. A MediaRecorder object is then used to record the captured audio and video.

Example project @ code.qt.io