https://github.com/below/wwdc22_coremediaio
Sample Code for the WWDC22 Session "Create camera extension with Core Media IO"
https://github.com/below/wwdc22_coremediaio
Last synced: 6 months ago
JSON representation
Sample Code for the WWDC22 Session "Create camera extension with Core Media IO"
- Host: GitHub
- URL: https://github.com/below/wwdc22_coremediaio
- Owner: below
- License: mit
- Created: 2022-06-25T12:53:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T12:59:39.000Z (over 3 years ago)
- Last Synced: 2025-08-23T23:44:51.131Z (7 months ago)
- Language: Swift
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WWDC22 CoreMediaIO
## Sample Code for the WWDC22 Session "Create camera extension with Core Media IO"
This project attempts to replicate the sample code in the WWDC22 Session 10022: [Create camera extensions with Core Media I/O](https://developer.apple.com/videos/play/wwdc2022/10022/)
More information can be found here: [Creating a camera extension with Core Media I/O](https://developer.apple.com/documentation/coremediaio/creating_a_camera_extension_with_core_media_i_o)
## The current problem
When I start the app from the Applications folder on macOS 12.4 "Monterey", I get the error: `request failed: Error Domain=OSSystemExtensionErrorDomain Code=9 "(null)"`
Any idea why would be appreciated.