I'm trying to  produce a file containing only video frames, but muted and 
audioChannels seems to be ignored? This is on OSX, but it's an app for android. 
I'm not sure if I'm doing it wrong, or if it's nto supported by the platform?

Camera {
videoRecorder {
        audioChannels: 0
        muted: true
        mediaContainer: "mp4"
        videoEncodingMode: CameraRecorder.ConstantQualityEncoding
        resolution: camera.viewfinder.resolution
}
}

_______________________________________________
Interest mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to