react-native-vision-cameraHybridObjects
GestureController
interface GestureController extends HybridObjectA GestureController is a controller
that can control a CameraController's
property via a user gesture.
For example, a ZoomGestureController
uses a pinch gesture to modify the CameraController's
zoom property.
The GestureController needs to be attached
to a View (like a PreviewView) to enable
the gesture.
Extended by
Properties
controller
controller: CameraController | undefinedGets or sets the CameraController
this GestureController should
control.