Update raspberry pi camera steps for Jessie (#2919)

The jessie raspi-config tool introduces a higher level hierarchy for enabling the camera.
This commit is contained in:
Thibault Maekelbergh 2017-07-02 16:24:43 +02:00 committed by Fabian Affolter
parent 357540aaca
commit afdba5c31e

View File

@ -42,7 +42,7 @@ To use the camera it needs to be enabled with the `raspi-config` utility.
$ sudo raspi-config
```
Select `Enable camera` choose `<Yes>` and hit `Enter`, then go to `Finish` and you'll be prompted to reboot.
Go to `Interfacing Options`, select `Enable camera` choose `<Yes>` and hit `Enter`, then go to `Finish` and you'll be prompted to reboot.
After this follow the [Raspberry Pi Camera component](/components/camera.rpi_camera/) page.