フィルターのクリア

How to utilise the maximum resolution of the Raspberry Pi Cameraboard 2592x1944?

1 回表示 (過去 30 日間)
Shogan Aversa-Druesne
Shogan Aversa-Druesne 2015 年 5 月 17 日
回答済み: Richard 2016 年 1 月 5 日
The current MATALB support package for the Raspberry Pi (v15.0.1) locks the cameraboard in video recording mode with a max resolution of 1920x1080 (2MP). The camera is actually capable of a 5 mega pixel image with resolution of 2592x1944 for still images. Is there a way to use the still only mode in MATLAB and capture 5MP images?
  2 件のコメント
hochers
hochers 2015 年 11 月 24 日
I would like to know that too
Andrei Dobrescu
Andrei Dobrescu 2015 年 12 月 11 日
I am also interested in still images only so I would like to use the full resolution available.

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

採用された回答

Richard
Richard 2016 年 1 月 5 日
Not sure this is the most efficient way but it is possible to do this from Matlab:
mypi=raspi;
system(mypi,'raspistill -n -o test.jpg');
The default creates a maximum resolution image (2542x1944). Many command line parameters are available for raspistill. The image file can be retrieved with:
getFile(mypi,'test.jpg');
Hopefully, the 2016a release will extend CameraBoard to cover all modes?

その他の回答 (0 件)

製品

Community Treasure Hunt

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

Start Hunting!

Translated by