Can I use Python Opencv code to deploy on Speedgoat Hardware
18 views (last 30 days)
Show older comments
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
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.
Answers (0)
See Also
Categories
Find more on Target Computer Setup in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!