qisdk / com.aldebaran.qi.sdk.object.humanawareness / HumanAwareness / OnHumansAroundChangedListener / onHumansAroundChanged

onHumansAroundChanged

abstract fun onHumansAroundChanged(humans: MutableList<Human!>!): Unit

Expose the humans detected and notify when a human is found or lost.

Parameters

humans - MutableList<Human!>!: the humans value

Return
Unit: The list of currently detected humans or an empty list if no human is detected.

Since
2