First Frame Processed
Emitted after the specified lens is applied to the first input frame.
Since
1.5.0
Constructors
Functions
Properties
Extensions
Link copied to clipboard
fun LensesComponent.Processor.Event.whenApplied(callback: Consumer<LensesComponent.Processor.Event.Applied>)
Notifies when event emitted by LensesComponent.Processor is LensesComponent.Processor.Event.Applied.
Link copied to clipboard
fun LensesComponent.Processor.Event.whenFirstFrameProcessed(callback: Consumer<LensesComponent.Processor.Event.FirstFrameProcessed>)
Notifies when event emitted by LensesComponent.Processor is LensesComponent.Processor.Event.FirstFrameProcessed.
Link copied to clipboard
fun LensesComponent.Processor.Event.whenIdle(callback: Consumer<LensesComponent.Processor.Event.Idle>)
Notifies when event emitted by LensesComponent.Processor is LensesComponent.Processor.Event.Idle.