VideoOverlay() -> new VideoOverlay component
Displays a pygame video overlay using the PygameDisplay service component. The overlay is sized and configured by the first frame of (uncompressed) video data is receives.
NB: Currently, the only supported pixel format is "YUV420_planar"
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |