Can I use Python Opencv code to deploy on Speedgoat Hardware

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

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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Stefanie Schwarz
Stefanie Schwarz 2025년 11월 24일
편집: Stefanie Schwarz 2025년 11월 24일

0 개 추천

Hi Ashish,
To run libraries like OpenCV on Speedgoat, they must be compiled for the operating system that Speedgoat uses, which currently is Blackberry QNX, see: https://www.mathworks.com/matlabcentral/answers/1721085-can-i-use-custom-libraries-dll-lib-so-a-with-simulink-real-time-and-speedgoat
Running Python code on Speedgoat isn't directly possible either, as Walter said.
However, I recommend opening a support ticket with MathWorks to explore options for deploying vision algorithms to Speedgoat: https://www.mathworks.com/support/contact_us.html
You can also reach out to Speedgoat to get suggestions for suitable hardware I/O modules for your specific application: https://www.speedgoat.com/company/contact-us

카테고리

도움말 센터File Exchange에서 Code Generation에 대해 자세히 알아보기

제품

릴리스

R2024b

질문:

2025년 10월 30일

편집:

2025년 11월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by