Page 1 of 1

R Pi camera setup

Posted: Sat Jul 28, 2018 5:39 pm
by hjkane
I'm having trouble setting up my r Pi camera. I've run sudo apt-get update and sudo apt-get upgrade, but when I run sudo raspi-config it still shows no camera entry. In fact the raspi-config looks the same as before the updates, no camera selection. What am I missing?

Re: R Pi camera setup

Posted: Sat Jul 28, 2018 6:38 pm
by DirkS
In current Raspbian it should be under '5 Interfacing Options'.
If it's not there you will have to tell us which OS + version you're using.
Also the output of

Code: Select all

uname -a

Re: R Pi camera setup

Posted: Sat Jul 28, 2018 8:28 pm
by hjkane
DirkS wrote:
Sat Jul 28, 2018 6:38 pm
In current Raspbian it should be under '5 Interfacing Options'.
If it's not there you will have to tell us which OS + version you're using.
Also the output of

Code: Select all

uname -a
Thanks very much Dirk, that's where it was, I'm kinda new to this R Pi world and I very much appreciate your accurate reply.