Hi
I’m trying (and failing) to setup this camera …
I’m using the latest Raspbian Stretch lite OS on a Pi Zero W. I’ve enabled the camera under raspi-config and rebooted - last few lines of /boot/config.txt show …
gpu_mem=128
dtoverlay=vc4-kms-v3d
start_x=1
I’ve loaded what I think is the correct kernel module (bcm2835-v4l2) and this loads OK without any errors. The last few lines from “dmesg” are…
[ 260.553252] media: Linux media interface: v0.10
[ 260.593296] Linux video capture interface: v2.00
[ 260.623830] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
From other forum posts on the web I’m lead to believe that if the module loads and detects the camera correctly then it should create a /dev/video0 device but it doesn’t exist.
The “v4l2-compliance” command shows - Failed to open /dev/video0: No such file or directory
I wanted to get the basics working before diving in with setting up motion and motioneye
Any advice would be gratefully received