May 2020
Beginner to intermediate
430 pages
10h 39m
English
In this section, we will look at the various code segments in Python that we need in order to set up our Raspberry Pi for computer vision.
We can set the camera up as video player. Use the following commands, one by one, in the Raspberry Pi Terminal. These commands make the necessary package updates and boot the new Raspbian installation:
$sudo apt update$sudo apt full-upgrade$sudo raspi-config
After entering the last command, some dialog will appear in the Raspberry Pi. Select the necessary interfacing options, select a camera, and click yes for the question, "Would you like the camera interface to be enabled?" Then, reboot the Raspberry Pi and enter the following command in the Terminal after it boots ...