P - the type of the pipeline this listener is for@FunctionalInterface public static interface VisionRunner.Listener<P extends VisionPipeline>
| Modifier and Type | Method and Description | 
|---|---|
| void | copyPipelineOutputs(P pipeline)Called when the pipeline has run. | 
void copyPipelineOutputs(P pipeline)
process method. Copying the
 outputs and code that uses the copies should be synchronized on the same mutex to
 prevent multiple threads from reading and writing to the same memory at the same time.pipeline - the vision pipeline that ran