Interface: FrameProcessorPlugin
An initialized native instance of a FrameProcessorPlugin. All memory allocated by this plugin will be deleted once this value goes out of scope.
Methods​
call()​
call(
frame
,options
?):ParameterType
Call the native Frame Processor Plugin with the given Frame and options.
Parameters​
• frame: Frame
The Frame from the Frame Processor.
• options?: Record
<string
, ParameterType
>
(optional) Additional options. Options will be converted to a native dictionary
Returns​
ParameterType
(optional) A value returned from the native Frame Processor Plugin (or undefined)
Defined in​
frame-processors/VisionCameraProxy.ts:20