CallbackCvDetectionApiExtension

Allows clients written in java subscribe to flow CvApi without touching coroutines but only with callback.

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun subscribeForGestures(gestureListener: (Gesture) -> Unit)
Link copied to clipboard
abstract fun subscribeForHumans(aspects: Set<HumansDetectionAspect>, humansListener: (Humans) -> Unit)
Link copied to clipboard
abstract fun subscribeForMirrorState(mirrorStateListener: (Boolean) -> Unit)
Link copied to clipboard
Link copied to clipboard
abstract fun unsubscribeFromHumans()
Link copied to clipboard

Inheritors

Link copied to clipboard