Page Summary
-
singleImageandstreamare the two globally available constants. -
singleImageconstant is optimized for processing single, static images. -
streamconstant is optimized for processing streaming video by utilizing previous image results for faster processing.
Constants
The following constants are available globally.
-
Optimized for single static images.
Declaration
Swift
static let singleImage: PoseDetectorMode -
Optimized to expedite the processing of a streaming video by leveraging the results from previous images.
Declaration
Swift
static let stream: PoseDetectorMode