> Am 25.08.2019 um 09:45 schrieb Andrew Voller <a...@avld.com>: > > Hi, > > I am looking at implementing Newtek’s NDI to receive video frames. Is there a > way to create a CVPixelBufferMBS with a Ptr/MemoryBlock to the video frame > data ? The video frame is uncompressed and can be in one of many formats i.e. > YUV, RGBA etc.
Well, I could add a few functions to create one from pixel buffer. I see the following YUV constants: kCVPixelFormatType_422YpCbCr8_yuvs = 'yuvs', /* Component Y'CbCr 8-bit 4:2:2, ordered Y'0 Cb Y'1 Cr */ kCVPixelFormatType_422YpCbCr8FullRange = 'yuvf', /* Component Y'CbCr 8-bit 4:2:2, full range, ordered Y'0 Cb Y'1 Cr */ Let me see what I could add for next prerelease... Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ mbsplugins@monkeybreadsoftware.info mailing list %(list_address)s https://ml-cgn08.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info