I cannot deploy my matlab code into Raspberry pi 4.
1 回表示 (過去 30 日間)
古いコメントを表示
I'm having trouble deploying the matlab code to run on the Raspberry Pi 4 for my final year project. I've included screenshots of error message as well as the matlab code. Can anyone please assist me?
Thank you.
0 件のコメント
採用された回答
Sayan Saha
2021 年 12 月 29 日
The error indicates that "vehicleDetectorACF" function is not supported for code-generation. What is the implementation of that function? Also, can you generate code properly on your host machine with this entry-point function?
7 件のコメント
Sayan Saha
2022 年 1 月 2 日
Thanks for attaching the report. I didn't realize vehicledetectoracf is a function provided by MathWorks earlier. As I mentioned the issue you are running into is that this function is not supported for code-generation. If it was it would have been mentioned in the documentation: https://www.mathworks.com/help/driving/ref/vehicledetectoracf.html
Looking further at the documentation, I see that this function returns an object of the class acfobjectdetector which is supported for code-generation as mentioned in this documentation link. https://www.mathworks.com/help/vision/ug/example-ObjectDetectionFromImages.html is the example showing how to generate code for the acfobjectdetector object.
Hope this helps and Happy New Year!
~Sayan
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Support Package for Raspberry Pi Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!