- Once your reboot is complete, run the following command from the Command Prompt:
raspistill -o test_picture
- Since your robot is completely assembled, the HDMI port of your Raspberry Pi Zero is probably inaccessible. You should retrieve the file using the scp command.
On a Windows Machine, you can copy files from your Raspberry Pi Zero using a tool such as WinSCP. On a Mac/Linux desktop, you can use the
scp command. Refer to
Chapter 11,
Tips and Tricks, for a detailed tutorial on remote login and copying of files from your Raspberry Pi Zero.
scp pi@192.168.86.111:/home/pi/test_output.
- Examine the picture taken using the Raspberry Pi camera module to verify its function
Picture of a coffee cup taken ...