Can I use Python Opencv code to deploy on Speedgoat Hardware

14 visualizaciones (últimos 30 días)
Ashish
Ashish el 30 de Oct. de 2025
Editada: Stefanie Schwarz el 24 de Nov. de 2025 a las 17:40
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 comentario
Walter Roberson
Walter Roberson el 30 de Oct. de 2025
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.

Iniciar sesión para comentar.

Respuestas (1)

Stefanie Schwarz
Stefanie Schwarz el 24 de Nov. de 2025 a las 17:02
Editada: Stefanie Schwarz el 24 de Nov. de 2025 a las 17:40
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

Categorías

Más información sobre Code Generation en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by