basler / gst-plugin-pylon

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

Fix latency calculation #104

Closed AdminXVII closed 5 months ago

AdminXVII commented 6 months 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 6 months ago

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