Share via


VTMotionEstimationOutputHandler Delegate

Definition

public delegate void VTMotionEstimationOutputHandler(VTStatus status, VTMotionEstimationInfoFlags infoFlags, NSDictionary? additionalInfo, CVPixelBuffer? motionVectors);
type VTMotionEstimationOutputHandler = delegate of VTStatus * VTMotionEstimationInfoFlags * NSDictionary * CVPixelBuffer -> unit

Parameters

status
VTStatus

Ok if the operation was successful, an error code otherwise.

infoFlags
VTMotionEstimationInfoFlags

Any information flags about the operation.

additionalInfo
NSDictionary

A dictionary with any additional info for the operation.

motionVectors
CVPixelBuffer

If successful, a CVPixelBuffer with the result of the operation, or null otherwise.

Applies to