Working with kCVPixelFormatType_96VersatileBayerPacked12

Whilst AVCaptureSession is setup to capture ProRes RAW video, is it possible to get video pixel data which can read and processed, such as using CIImage(cvPixelBuffer: )

AVCaptureVideoDataOutput outputs ProRes RAW in kCVPixelFormatType_96VersatileBayerPacked12 pixel format. Is there a provided way to debayer this pixel format into something more usable?

Working with kCVPixelFormatType_96VersatileBayerPacked12
 
 
Q