Image capture with RPi camera

1 回表示 (過去 30 日間)
Igor Potocnik
Igor Potocnik 2016 年 8 月 10 日
コメント済み: Nipuna 2020 年 12 月 15 日
I would like to capture the image (preferably in grayscale) with MATLAB script, not from Command Window. (Unless it's the only way to capture the image ...) Then I would save it on RPi and compress it (still with MATLAB code) there. As far as I know snapshot command is working from Command Window and it automatically fetches the image to MATLAB. How can I capture and save the image directly on RPi (not sending it back to RPi from MATLAB)?
  1 件のコメント
Nipuna
Nipuna 2020 年 12 月 15 日
I used this approch
% Create a connection to the Raspberry Pi hardware
raspiObj = raspi;
system(raspiObj,'raspistill -o /home/pi/Pictures/"name.jpg"')

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB 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!

Translated by