Package com.banuba.sdk.effect_player
Interface CameraPoiListener
public interface CameraPoiListener
Callback to get center of square bounding the face.
-
Method Summary
Modifier and Type Method Description void
onCameraPoiChanged(float x, float y)
-
Method Details
-
onCameraPoiChanged
void onCameraPoiChanged(float x, float y)- See Also:
EffectPlayer.setCameraPoiListener
-