Seems to be this: https://bugreports.qt.io/browse/QTBUG-68762 ?
> Sent: Friday, July 20, 2018 at 5:23 PM
> From: "Alexander Carôt"
> To: "Alexander Carôt"
> Cc: "qt qt"
> Subject: Re: [Interest] QCamera resolution problem
>
> see be
5719797
> Gesendet: Donnerstag, 19. Juli 2018 um 23:27 Uhr
> Von: "Alexander Carôt"
> An: "qt qt"
> Betreff: [Interest] QCamera resolution problem
>
> Hello all,
>
> I have a problem with setting the resolution of external USB-webcam on OSX.
>
Hello all,
I have a problem with setting the resolution of external USB-webcam on OSX.
I initialize my cam like this:
void soundjack::startVideo(int index){
QCameraViewfinderSettings cameraSettings;
QSize resolution(640,480);
cameraSettings.setResolution(resolution);
camera = new QCa