Property WhenImageProcessed
WhenImageProcessed
Stream of processing results retrieved by this trigger, providing the output of the capture and analysis process. Images must be processed on the same thread!
Declaration
IObservable<WindowImageProcessedEventArgs<TDetectionResult>> WhenImageProcessed { get; }
Property Value
Type | Description |
---|---|
IObservable<WindowImageProcessedEventArgs<TDetectionResult>> |