forked from letsRobot/letsrobot
-
Notifications
You must be signed in to change notification settings - Fork 20
Raspberry Pi Camera Module
bmorrison4 edited this page Jul 17, 2019
·
1 revision
Sometimes enabling the Raspberry Pi Camera Module in raspi-config
doesn't completely load the kernel drivers for it. If you don't see /dev/video0
on your system, or controller.py
complains about not finding it, then do the following.
- Enable the kernel module for your current session:
sudo modprobe bcm2835-v4l2
- Tell the operating system to load the kernel module at boot going forward:
sudo cat 'bcm2835-v4l2' >> /etc/modules
Now you should see /dev/video0
if you do ls /dev/video*
- Adafruit Motor Hat
- Adafruit PWM / Servo Hat
- Anki Cozmo on MacOS/Linux
- Anki Cozmo on Windows
- Cytron MDD10 10 Amp Motor Driver
- GoPiGo2
- GoPiGo3
- L298N Dual Motor Driver
- MAX7219 SPI LED Driver
- MotoZero 4 Motor Controller
- MQTT Publish Controller
- OWI 535 Robotic Arm (USB Controller)
- Serial Based Controllers (Parallaxy or Arduinos)
- PiBorg ThunderBorg Motor Driver
- Pololu Daul MC33926 Motor Driver (experimental)
- Pololu DRV8835 Dual Motor Driver
- Pololu Maestro Servo Controller (experimental)