How to save an image saved on a Raspberry PI in a variable in order to process the image?

조회 수: 1 (최근 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.

답변 (1개)

yanqi liu
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
  댓글 수: 3
yanqi liu
yanqi liu 2022년 1월 27일
yes,in PI,use python flask to make http server,in computer use imread to get image by http url
Christian Schuster
Christian Schuster 2022년 1월 27일
ohh i forgot to mention that I wanna use the PI as a standalone so cant deploy imread...

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

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for Raspberry Pi Hardware에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by