[ 3.2.2.21 ] Capture with QCamera + Video playback with QMediaPlayer at the same time

Hello, I’m making an app which is playing video and collecting some analytics about attention of the viewer. So i need to access camera while playing video.

I’ve made simple test QML page with MediaPlayer + VideoOutput and Camera + VideoOutput. However when Camera.start() is called video playback in MediaPlayer stops. When Camera.stop() is called then MediaPlayer continues playback.

I’ve also noticed if I’m using just MediaPlayer without Camera and put an app into background, I can hear sound of the video being played. But when i launch system camera app then sound stops.

Had anybody such an issue?