Re: [Interest] QAbstractVideoSurface as viewfinder on iOS

2015-09-29 Thread Igor Mironchik
Solved. The solution is simple: I didn't map QVideoFrame. That is why frame was empty... On 29.09.2015 14:21, Igor Mironchik wrote: > Hi guys, > > I decided to implement my custom video surface and use it as view > finder with QCamera. > > I wrote: > > ViewFinderSurface::ViewFinderSurface( const

[Interest] QAbstractVideoSurface as viewfinder on iOS

2015-09-29 Thread Igor Mironchik
Hi guys, I decided to implement my custom video surface and use it as view finder with QCamera. I wrote: ViewFinderSurface::ViewFinderSurface( const QCamera & camera, QObject * parent ) :QAbstractVideoSurface( parent ) ,m_camera( camera ) { } bool ViewFinderSurface::present(