An object that processes image analysis requests for each frame in a sequence.
SDKs
- iOS 11.0+
- macOS 10.13+
- tvOS 11.0+
Framework
- Vision
Declaration
class VNSequenceRequestHandler : NSObject
Overview
Instantiate this handler to perform Vision requests on a series of images. Unlike the VNImage
, you don't specify the image on creation. Instead, you supply each image frame one by one as you continue to call one of the perform
methods.