basler / gst-plugin-pylon

The official GStreamer plug-in for Basler cameras
BSD 3-Clause "New" or "Revised" License
40 stars 9 forks source link

Fix latency calculation #104

Closed AdminXVII closed 1 month ago

AdminXVII commented 1 month ago

Return 0 when the latency is unknown to let the rest of the pipeline proceed. When it becomes known (the frame rate gets fixed), send a message to recompute the pipeline's latency.

thiesmoeller commented 1 month ago

out of office for a week, will check your PRs later