代码 :captureDeviceInput=[[AVCaptureDeviceInput alloc]initWithDevice:captureDevice error:&error];
[videoDataOutputsetVideoSettings:[NSDictionarydictionaryWithObject:[NSNumbernumberWithInt:kCVPixelFormatType_420YpCbCr8BiPlanarFullRange] forKey:(id)kCVPixelBufferPixelFormatTypeKey]];
在输出编码中有YUV12和NV12两种,请问kCVPixelFormatType_420YpCbCr8BiPlanarFullRange是属于NV12还是YUV12呢??