Getting frame events from a QMediaPlayer
-
I would like to develop an application which overlays two circles to a video to a position read from an another file at every frame. My first thought was use the QGraphicsView and the QGraphicsVideoItem for displaying, and use the QVideoProbe to get the frame events. Unfortunately the probe->setSource(&mediaPlayer) returns false on Windows.
If you know a different approach to get the frame events please let me know!
Thanks!