-
Notifications
You must be signed in to change notification settings - Fork 373
Description
I tried setting up octopi on my RPI 5 the other day. Everything went fine until I got to the Camera setup, where the stream fails to load. I have verified that the camera works with libcamera I believe, but in both releases (1.11.3 with and without new experimental camera stack) the camera stream fails to start. Is there any additional configuration to be done to get the RPI cam v1 (ov5647) to work, or is there something else wrong?
[Edit]: I tried the exact same setup on my Raspberry Pi 3 and it worked flawlessly. I suspect there's a compatibility issue with the Raspberry Pi 5 or between the Raspberry Pi 5 and the camera module because now that I thing about it, it's the first time I used the camera module with my Raspberry Pi 5.
This is the message from the dashboard:

When I click the stream link, I'm presented with this:

When I test the stream in the settings, this empty test screen:
It's also the same thing with the snapshot:
These are my settings:
When I run camera-streamer, I get this:
camera-streamer Version: 0.3.0 (84f198a)
util/http/http.c: ?: HTTP listening on 127.0.0.1:8080.
device/v4l2/device.c: CAMERA: Can't open device: /dev/video0
device/device.c: CAMERA: Can't open device: /dev/video0
device/camera/camera_input.c: CAMERA: Listing available v4l2 devices:
pispbe (platform:1000880000.pisp_be):
/dev/video20
/dev/video21
/dev/video22
/dev/video23
/dev/video24
/dev/video25
/dev/video26
/dev/video27
/dev/video28
/dev/video29
/dev/video30
/dev/video31
/dev/video32
/dev/video33
/dev/video34
/dev/video35
/dev/media2
/dev/media3
rp1-cfe (platform:1f00110000.csi):
/dev/media0
rpivid (platform:rpivid):
/dev/video19
/dev/media1
Cannot open device /dev/video0, exiting.