RawYUVFramer(size,pixformat) -> raw yuv video data framing component
Creates a component that frames a raw stream of YUV video data into frames.
Keyword arguments: size = (width,height) -- size of a video frame in pixels pixformat = "YUV420_Planar" -- raw video data format
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. |