Video Graphics Item Example¶
Streaming video on a graphics scene
videoplayer.cpp Example File¶
videoplayer.h Example File¶
main.cpp Example File¶
videographicsitem.pro Example File¶
Streaming video on a graphics scene.
Video Graphics Item demonstrates how to implement a QGraphicsItem that displays video on a graphics scene using QAbstractVideoSurface.
Running the Example¶
To run the example from Qt Creator , open the Welcome mode and select the example from Examples . For more information, visit Building and Running an Example.
See also
Video Widget Example