QML Camera videoRecorder.muted on android
Unsolved
Mobile and Embedded
-
Hello i whant to recorde a movie but without audio on a android app
i use
Camera { id: cameraRecord position: Camera.FrontFace videoRecorder.muted: true }
and start recorde with
cameraRecord.videoRecorder.record()
But android request autorisation for microphone record
if i refuse the record do not work (he work if i axccept and audio are présente in the movie)Can i disable audio?