Where can I find the documentation of the Genlock feature of the iPhone 17 Pro? How does it work and how can I use it in my app?
Hello @rd1,
Good question!
There are a few APIs related to this feature.
For sync with an external device, check out: https://developer.apple.com/documentation/avfoundation/avcapturedeviceinput/follow(_:videoframeduration:delegate:)
For running a capture device at a precise frame duration, check out: https://developer.apple.com/documentation/avfoundation/avcapturedeviceinput/activelockedvideoframeduration
--Greg