-
Notifications
You must be signed in to change notification settings - Fork 140
Common Issues
Matthias edited this page May 28, 2019
·
10 revisions
Problem: The camera is not responding.
Cause: The camera is probably not connected to your local network.
Fix: Verify that the Raspberry Pi is connected to your network by pinging it with ping raspberrypi.local
. If you don't get a response, you probably set the wrong WiFi credentials in /Volumes/boot/wpa_supplicant.conf
.
Problem: The camera always shows a black image.
Cause: The camera module is not connected.
Fix: Check that the cable is connected the right way to the camera module and the Raspberry Pi. Also make sure that the cable is not loose at the location shown in the image below.
If you problem still persists, check the log file. To get access to the log file, do the following:
- Connect to the Raspberry Pi via ssh (password is
raspberry
)ssh [email protected]
- View the log output with
tail -f /var/log/hkcam/current
- Create new issue and attach the log file.