I would like to enable my camera in my Raspberry.
But when I go to sudo raspi-config
, I don't have an option to enable/disable my camera.
I've already tried to upgrade and reboot my Pi, but it doesn't seem to work.
Anyone who could help me out?
I would like to enable my camera in my Raspberry.
But when I go to sudo raspi-config
, I don't have an option to enable/disable my camera.
I've already tried to upgrade and reboot my Pi, but it doesn't seem to work.
Anyone who could help me out?
The option to enable the camera is in the "Interfacing Options" submenu. It will be clearly labelled ("Enable/disable connection to the Raspberry Pi Camera").
raspi-config
menu screen? Screenshot or a photo. – techraf Dec 20 '16 at 04:07sudo apt-get upgrade
or did you meansudo apt-get update
- the former means the bigger step to go from one version of (presumably) Raspbian to another which does not happen very often whereas the latter means the smaller step to make sure to get the latest updated versions for the current version of the Distribution and is probably more likely to produce some action...! – SlySven Dec 20 '16 at 04:13