Merge branch 'main' of https://github.com/mrousavy/react-native-vision-camera
This commit is contained in:
commit
a4a7ed73d4
@ -92,8 +92,8 @@ import VisionCamera
|
||||
|
||||
@objc(FaceDetectorFrameProcessorPlugin)
|
||||
public class FaceDetectorFrameProcessorPlugin: FrameProcessorPlugin {
|
||||
public override init(options: [AnyHashable : Any]! = [:]) {
|
||||
super.init(options: options)
|
||||
public override init(proxy: VisionCameraProxyHolder, options: [AnyHashable : Any]! = [:]) {
|
||||
super.init(proxy: proxy, options: options)
|
||||
}
|
||||
|
||||
public override func callback(_ frame: Frame, withArguments arguments: [AnyHashable : Any]?) -> Any {
|
||||
|
Loading…
Reference in New Issue
Block a user