How to set up a Raspicam?¶
This guide walks you through configuring a Raspberry Pi camera module (Raspicam) with Crowsnest
using camera-streamer as the streaming backend.
Step 1: Get your device path¶
Open your crowsnest.log and look for an entry like this:
Step 2: Set your device path¶
Open your crowsnest.conf in Mainsail and update the device: entry to match the path found in your log:
Step 3: Change mode to camera-streamer¶
Configure camera-streamer as your stream service:
After completing these steps, click SAVE & RESTART. Your camera stream should now appear.
Troubleshooting¶
If no libcamera device is detected in your crowsnest.log, check the following:
- Make sure your Raspicam is properly connected to the CSI port.
- Verify that the camera interface is enabled by running
sudo raspi-configand checking under Interface Options > Camera. - Ensure your system is up to date by running
sudo apt update && sudo apt upgrade. - Try running
libcamera-hellovia SSH to verify the camera is recognized by the system.