Hello!
Have read through many posts, and can't understand what am I doing wrong. Little help would be appreciated.
Setup: Raspberry 4B with PI Camera 3 wide.
Latest available at the moment (30.01.2023) OctoPI.
OctoPrint version : 1.8.6
OctoPi version : 0.18.0
Did system updates and rpi-update
Kernel version: Linux octopi 5.15.90-v7l+
in /boot/config.txt I have:
dtoverlay=imx708
#dtoverlay=vc4-fkms-v3d
# enable raspicam
start_x=1
#gpu_mem=128
gpu_mem=256
camera_auto_detect=1
dtoverlay=imx708
start_x=1
gpu_mem=256
camera_auto_detect=1
vcgencmd get_camera
supported=1 detected=1, libcamera interfaces=0
v4l2-ctl --list-devices
bcm2835-codec-decode (platform:bcm2835-codec):
/dev/video10
/dev/video11
/dev/video12
/dev/video18
bcm2835-isp (platform:bcm2835-isp):
/dev/video13
/dev/video14
/dev/video15
/dev/video16
mmal service 16.1 (platform:bcm2835-v4l2-0):
/dev/video0
pi@octopi:~ $ ps aux | grep mjpg
root 564 0.0 0.0 61576 1960 ? Sl 12:52 0:00 ./mjpg_streamer -o output_http.so -w ./www-octopi -n --listen 127.0.0.1 -i input_uvc.so -r 640x480 -f 10 -d /dev/video0
Attached webcamd.log file.
No stream on OctoPI interface, forever - Webcam stream loading...
Any suggestions on how to get it up and running?
webcamd.log (2.8 KB)