How to save an image saved on a Raspberry PI in a variable in order to process the image?
7 ビュー (過去 30 日間)
表示 古いコメント
Hello everyone!
I'm trying to do a Image Processing project using Matlab and deploy it on a Raspberry PI. I want to take the photos with a systemcall on the PI and save it on the PI. Now the question: How can I save a image (saved on the PI) in a variable in order to process the image? And how to delete the image each new iteration?
The function has to be deployed on the PI - so imread is not possible for example.
Thanks in advance.
0 件のコメント
回答 (1 件)
yanqi liu
2022 年 1 月 25 日
yes,sir,i face similar problem before,then use http server on device and use matlab read image through http link form device
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!