Can I use Python Opencv code to deploy on Speedgoat Hardware
조회 수: 23 (최근 30일)
이전 댓글 표시
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
Walter Roberson
2025년 10월 30일 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.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Target Computer Setup에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!