SMP0023 KEYESTUDIO 5 Megapixels Camera Module Customized for Raspberry Pi: Difference between revisions

From Keyestudio Wiki
Jump to navigation Jump to search
(Created blank page)
 
No edit summary
 
Line 1: Line 1:
'''Test Method for Camera Installation'''


1.When install the Raspberry Pi system (my system image is 2017-01-11-raspbian-jessie-lite), the system can be chosen, compatible with most mirror systems.
2.Enter the Raspbian system terminal.
<br>[[File:00231.png|600px|frameless|thumb]]<br>
3.Use raspi-config to configure the camera. Execute the sudo raspi-config
<br>[[File:00232.png|600px|frameless|thumb]]<br>
4.Move the cursor to the option Enable Camera, click Enter.
<br>[[File:00232.png|600px|frameless|thumb]]<br>
5.Select YES, click Enter and OK.
<br>[[File:00234.png|600px|frameless|thumb]]<br>
<br>[[File:00235.png|600px|frameless|thumb]]<br>
6.Select Finish to exist.
<br>[[File:00236.png|600px|frameless|thumb]]<br>
7.Select to reboot the system, Click Yes.
<br>[[File:00237.png|600px|frameless|thumb]]<br>
8.Enter the system terminal again, and set the photograph and photography.
1)For photograph, on the terminal execute the statement below,123.jpg is the name of picture, which can be set.
'''raspistill -o 123.jpg''' 
<br>[[File:00238.png|600px|frameless|thumb]]<br>
2)Generate a picture taken by the camera, you can use WinSCP software to export the picture.
<br>[[File:00239.png|600px|frameless|thumb]]<br>
3)For photography, on the terminal execute the statement below.
raspivid -o 1234.h264 -t 10000
Note: t 10000 means recording for 10 seconds. Users can adjust it according to their own needs.
<br>[[File:002310.png|600px|frameless|thumb]]<br>
4)Generate a video taken by the camera, you can use WinSCP software to export the video.
<br>[[File:002311.png|600px|frameless|thumb]]<br>
<br>
== Get One Now ==
*[https://www.keyestudio.com/keyestudio-rpi-tft35-touch-shield-for-raspberry-pi-ce-certification-p0476-p0476.html  '''Official website''' ]
*[https://www.aliexpress.com/store/product/keyestudio-RPI-TFT3-5-Touch-Shield-for-Raspberry-Pi/1452162_32787920159.html?spm=2114.12010612.8148356.11.6e9660ffsewRl7      '''Shop on aliexpress''' ]
[[Category:Raspberry Pi]]

Latest revision as of 15:13, 28 May 2020

Test Method for Camera Installation

1.When install the Raspberry Pi system (my system image is 2017-01-11-raspbian-jessie-lite), the system can be chosen, compatible with most mirror systems. 2.Enter the Raspbian system terminal.


thumb


3.Use raspi-config to configure the camera. Execute the sudo raspi-config



thumb

4.Move the cursor to the option Enable Camera, click Enter.


thumb

5.Select YES, click Enter and OK.


thumb

thumb

6.Select Finish to exist.
thumb

7.Select to reboot the system, Click Yes.


thumb

8.Enter the system terminal again, and set the photograph and photography. 1)For photograph, on the terminal execute the statement below,123.jpg is the name of picture, which can be set.

raspistill -o 123.jpg



thumb

2)Generate a picture taken by the camera, you can use WinSCP software to export the picture.


thumb


3)For photography, on the terminal execute the statement below. raspivid -o 1234.h264 -t 10000 Note: t 10000 means recording for 10 seconds. Users can adjust it according to their own needs.


thumb


4)Generate a video taken by the camera, you can use WinSCP software to export the video.


thumb


Get One Now