fumoboy007
fumoboy007

Reputation: 5553

Which pixel formats are supported on macOS/iOS?

From the Pixel Format Identifiers documentation:

Core Video does not provide support for all of these formats; this list defines only their names.

How do I know which pixel formats are supported by Core Video?

Upvotes: 0

Views: 725

Answers (1)

fumoboy007
fumoboy007

Reputation: 5553

Update: Nope, kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange (not in CMPixelFormatType) is also supported.


As described in my answer to a similar question, the subset of pixel formats defined in CMPixelFormatType are probably the ones that are supported by macOS/iOS.

Upvotes: 0

Related Questions