Xilinx / PYNQ_Composable_Pipeline

PYNQ Composabe Overlays
https://pynq-composable.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
67 stars 23 forks source link

Framerate and delay #130

Closed henripetrow closed 1 year ago

henripetrow commented 1 year ago

Is there a way to find out the possible delays and frame rate changes caused by the pipeline?

mariodruiz commented 1 year ago

@henripetrow,

The pipeline works at line rate, there is no FPS degradation. To measure the delay, you will have to add extra logic

Mario

henripetrow commented 1 year ago

Great. Thanks.