Re: [Interest] QCamera resolution problem

2018-07-21 Thread Jason H
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

Re: [Interest] QCamera resolution problem

2018-07-20 Thread Alexander Carôt
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. >

[Interest] QCamera resolution problem

2018-07-19 Thread Alexander Carôt
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