Hi everyone,
I’m currently working with the Hailo-15H camera on a Yocto-based Linux system using a GStreamer pipeline.
My goal is to:
-
Record video locally in SD resolution
-
Stream video in HD resolution over RTSP
-
Use H.265 (HEVC) encoding
-
Achieve the lowest possible latency for the stream
I’d appreciate any recommendations on how to best configure the pipeline for this setup, or if there are any limitations or best practices I should be aware of when combining these requirements.
Thanks in advance for your help!