Trouble Shooting
When SD cards are broken
- Insert a broken SD card to your PC.
- If possible, clean up and rewrite the OS image referencing the section. If the trial fails, you should use new SD card and write in the OS image to the SD card.
When camera is not detected
- Confirm if legacy camera support is enabled or not, referencing the section.
- Confirm if camera cable is connected properly or not.
- If the trouble is not solved in spite of the operations above, change camera or Raspberry Pi.
When obcam
doesn't work regardless of activation of the flight camera mode
- Connect a monitor and keyboard to the Raspberry Pi and check log output from
obcam
. - Execute
obcam
in the terminal and check the response.sudo obcam /usr/local/src/obcam/glm.py
- If
obcam
is not installed, installobcam
and activate the flight camera mode, referencing the section. - If
obcam
successfully run in this way, it is possible that the flight camera mode is deactivated. Thus, activate the flight camera mode:sudo /usr/local/src/obcam/scripts/activate_flightcam.sh
- If the shell tells you that
/usr/local/src/obcam/glm.py
doesn't exist, it is possible that the flight camera mode have never been activated. Thus, activate the flight camera mode:sudo /usr/local/src/obcam/scripts/activate_flightcam.sh