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
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(