Template: Rpi open cam

From Waveshare Wiki
Revision as of 09:29, 9 September 2020 by Waveshare-eng11 (talk | contribs) (Created page with "*To use camera, you need to first enable the camera <pre> sudo raspi-config </pre> *Choose Interface Options -> Camera -> Yes :500px *CSI camera...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • To use camera, you need to first enable the camera
sudo raspi-config
  • Choose Interface Options -> Camera -> Yes
Rpi Enable Camera.png
  • CSI camera is not be listed as video device in Raspberry Pi by default, you need to modify the modules file :
sudo nano /etc/modules
  • Append the line to the file
bcm2835-v4l2
Pan-tilt hat addmodules.png
  • Reboot and check the device
sudo reboot
ls /dev/video*

video0 device will be listed as expected.