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

1 visualización (últimos 30 días)
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.

Respuestas (1)

yanqi liu
yanqi liu el 25 de En. de 2022
yes,sir,i face similar problem before,then use http server on device and use matlab read image through http link form device
  3 comentarios
yanqi liu
yanqi liu el 27 de En. de 2022
yes,in PI,use python flask to make http server,in computer use imread to get image by http url
Christian Schuster
Christian Schuster el 27 de En. de 2022
ohh i forgot to mention that I wanna use the PI as a standalone so cant deploy imread...

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB Support Package for Raspberry Pi Hardware en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by