【发布时间】:2017-03-14 04:24:28
【问题描述】:
在CVPixelBuffer 对象中,有一个或多个平面。 (reference)
我们有方法来获取数字,高度,平面的基地址。
那么飞机到底是什么?以及它是如何在CVPixelBuffer 内部构造的?
示例:
<CVPixelBuffer 0x1465f8b30 width=1280 height=720 pixelFormat=420v iosurface=0x14a000008 planes=2>
<Plane 0 width=1280 height=720 bytesPerRow=1280>
<Plane 1 width=640 height=360 bytesPerRow=1280>
【问题讨论】:
标签: ios cvpixelbuffer