Rasberry PI camera error
1 回表示 (過去 30 日間)
古いコメントを表示
I am connecting my raspberry pi2 to matlab in order to do some image processing. However, when I run the following commands all I get is a black screen. I know the issue is not the camera because I tested it on the pi os and it gives me pictures just fine. Please help.
The code is:
mypi=raspi();
myCam=cameraboard(mypi,'Resolution', '640x480');
mySnap=snapshot(myCam);
imshow(mySnap);
hold on
Here is a picture of the screen:
2 件のコメント
回答 (1 件)
Krishna Moorthy
2016 年 7 月 17 日
Increase the brightness by the command cam.Brightness = 70. You shall get the image..
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB 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!