BNBCameraPoiListener
Objective-C
@protocol BNBCameraPoiListener
Swift
protocol BNBCameraPoiListener
Callback to get center of square bounding the face.
-
See
EffectPlayer.setCameraPoiListenerDeclaration
Objective-C
- (void)onCameraPoiChanged:(float)x y:(float)y;
Swift
func onCameraPoiChanged(_ x: Float, y: Float)