Re: [Interest] Android video recorder resolutions not working

2018-06-08 Thread Jason H
I created a bug: https://bugreports.qt.io/browse/QTBUG-68762 It seems that the setting is getting lost a a result of a state or status change ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Android video recorder resolutions not working

2018-06-08 Thread Jason H
I'm trying to record HD video, but all get is 352x288... videoRecorder { mediaContainer: "mp4" frameRate: 30 videoEncodingMode: CameraRecorder.ConstantQualityEncoding resolution: Qt.size(1920, 1080) videoCodec: "h264" } What am I doing wrong? ___ Interes