Skip to main content
Question

Custom model deployement C++ Windows

  • June 11, 2026
  • 0 replies
  • 3 views

Hi,
I have a C++ application using GStreamer on Windows that connects to a custom camera and performs preprocessing. I want to run a segmentation model on an Axelera Metis M.2 card.
I installed the Windows packages and drivers successfully, but I don’t see any .lib files or clear way to link Axelera runtime directly into my C++ application on Windows.
My goal is to integrate inference directly into my existing pipeline (ideally via GStreamer or better with a C++ API), rather than running a separate process.
Questions:
- Is native C++ integration on Windows supported (e.g., via .lib )? 
- What is the recommended architecture for integrating Axelera into an existing C++/GStreamer application on Windows?
Thanks