Contents

minimumLatencyFrameCount

The minimum number of frames that the request has to process before reporting any observations.

Declaration

var minimumLatencyFrameCount: Int { get }

Discussion

The request provides this information after it’s initialized with its required parameters.

Video-based requests often need a minimum number of frames before they can report any observations. For example, for movement detection that requires at least 5 frames, the minimumLatencyFrameCount for the request reports 5, and after the request processes 5 frames, an observation returns the results.

See Also

Inspecting the request