Using The Camera

Raspbot V2 comes with a camera, connected directly to the Raspberry PI through USB.

To check whether the camera is connected, type the following into the terminal:

lsusb

Check for a camera in the output.

To use the camera normally, we can use the cheese program. In the terminal type:

cheese

If it isn't installed, install it using apt.

sudo apt install cheese

Computer Vision