Hi everyone,
I'm currently developing a web application on top of the Axelera PCIe card and Voyager SDK, and I’ve hit a roadblock.
Use Case Overview:
-
I want to relay this annotated stream back to my web frontend for live viewing.
-
I’ve tried:
-
Using GStreamer pipelines for HLS (e.g., with
hlssink) -
Embedding video using
<video>tag on the frontend pointing to HLS or.mp4
-
-
System Details:
-
Hardware: Axelera Metis PCIe Card
-
Software:
-
Voyager SDK (latest)
-
YOLOv8n-based custom model
-
Python 3.10 + GStreamer on Ubuntu 22.04
-


