Can I use Python Opencv code to deploy on Speedgoat Hardware

18 views (last 30 days)
I currently have developed a video processing program in python using opencv and wanted to extend the project by deploying the code onto a SpeedGoat Professional Hardware. Is it possible to do that directly or do I have to covert the python code into Matlab/Simulink blocks and then deploy it.
  1 Comment
Walter Roberson
Walter Roberson on 30 Oct 2025 at 19:14
I think it is likely that you will need to convert it. Deploying code involves compiling it to C or C++, which is not going to work for Python.

Sign in to comment.

Answers (0)

Products


Release

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!