Open main menu

Changes

X630-Software

972 bytes added, 10:49, 20 September 2021
Disconnect power supply to the Raspberry Pi before changing dip switch positions.
[[File:Dip-switches.jpg|none|dip switch]]{| class="wikitable"
! SELECTION !! SWITCH SETTINGS !!
|-
| Software reset || HW = 0 || SW = 1
|}
 
* Hardware reset: After starting RASPISTILL or RASPIVID <span style="color:red;">once</span> then you will need to reboot Raspberry Pi to restart it again
* Software reset: Starting RASPISTILL or RASPIVID <span style="color:red;">multiple times</span> and don't need to reboot Raspberry Pi ('''Recommend''')
 
1. Once booted, update your Raspberry Pi by running the following commands in a terminal window:
sudo apt-get update
sudo apt-get upgrade
2. Run the following command to go into the Raspberry Pi configuration tool
sudo raspi-config
 
3. Navigate to '5 Interfacing Options' and hit Enter. Now select the 'Camera' option, and hit the Enter key to enable it. Select “Finish” and select to reboot your Raspberry Pi.
sudo reboot
 
4. Once rebooted, you need to make sure that the ‘/dev/video0’ device is available. Use this command to check in a terminal window:
ls /dev/video0
If you see anything other than ‘file not found‘, then it’s available.
<!--Add review function! -->
<comments />