Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
AVSampleBufferDisplayLayer silently fails on iOS devices when enqueueing samples that are not backed with an IOSurface. This does not affect macOS systems or iOS simulators. IOSurface backed samples can only be created with CVPixelBufferCreate. CVPixelBufferCreateWithPlanarBytes and CVPixelBufferCreateWithBytes ignore kCVPixelBufferIOSurfacePropertiesKey.