|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
Cycle Behavior: The for_cycles(N) configuration controls how many times the capture operation executes within a single pipeline cycle.
More...
Collaboration diagram for existing:Cycle Behavior: The for_cycles(N) configuration controls how many times the capture operation executes within a single pipeline cycle.
When a capture has .for_cycles(20), the operation will capture 20 times sequentially, with each capture receiving incrementing cycle numbers (0, 1, 2... 19) and calling on_data_ready() for each iteration.
This is distinct from pipeline-level cycle control:
.for_cycles(20) on capture → operation executes 20 times per pipeline cycleexecute_scheduled(5, ...) → pipeline runs 5 times totalExample: