Re: [Interest] QcameraViewfinder on iOS

2015-09-25 Thread Igor Mironchik
Problem solved. Just needed to set size policy of QCameraViewfinder to (Fixed,Fixed) 9/25/2015 2:03 PM, Alexey Godko пишет: AFAIK, camera does not work in QtWidgets at all. Try QML cam :) 2015-09-25 13:56 GMT+03:00 Igor Mironchik >: Hi guys, I've

Re: [Interest] QcameraViewfinder on iOS

2015-09-25 Thread Igor Mironchik
It works. But QCameraViewfinder doesn't. It shows video but not scaled. And one more... From time to time. QCameraViewfinder correctly resize video and places... 9/25/2015 2:03 PM, Alexey Godko пишет: AFAIK, camera does not work in QtWidgets at all. Try QML cam :) 2015-09-25 13:56 GMT+03:00

Re: [Interest] QcameraViewfinder on iOS

2015-09-25 Thread Alexey Godko
AFAIK, camera does not work in QtWidgets at all. Try QML cam :) 2015-09-25 13:56 GMT+03:00 Igor Mironchik : > Hi guys, > > I've ran into problem. I place QCameraViewfinder on top level widget. I > use layouts to place elements on the form. > > QCameraViewfinder places correctly, resized, all is f

[Interest] QcameraViewfinder on iOS

2015-09-25 Thread Igor Mironchik
Hi guys, I've ran into problem. I place QCameraViewfinder on top level widget. I use layouts to place elements on the form. QCameraViewfinder places correctly, resized, all is fine. But it draws not scaled video. I.e. I see only part of the frame (top left part) and it overlapped all content o