Closed ruzko closed 2 years ago
vcgencmd get_camera
supported=0 detected=0, libcamera interfaces=0
It seems the camera module may have died, and that's causing the errors. Will try again with a fresh image and see if it persists. Closing this issue until the camera is confirmed functional
Reporting supported=0
on a Pi4 implies you've disabled the camera stack totally.
What does vcgencmd version
report?
Ran a fresh image of raspbian buster with kernel 5.10. Verified that raspistill works and raspiraw produces the same errors, so I'm reopening the issue.
On this new image, vcgencmd version
reports
Dec 1 2021 15:02:46
Copyright (c) 2012 Broadcom
version 71bd3109023a0c8575585ba87cbb374d2eeb038f (clean) (release) (start_x)
On a side note, using this fresh image, vcgencmd
reports supported=1 detected=1
, so it's likely as you say that I misconfigured the previous OS image.
I managed to get some files! I needed to:
libgstreamer1.0 gstreamer-tools gstreamer1.0-plugins-good ffmpeg
--height xxx --top 0 --vinc 17
) because of error message that imx219 does not support manual croppingrm -f /dev/shm/out.*.raw
to rm -f /dev/shm/*
The capture frame rate is still unpredictable and frame drops rampant, does removing manual cropping from the command line options limit control of framerate?
Expected behaviour All commands execute without errors, and outputs files according to parameters.
Actual behaviour Commands give errors and fail to output anything.
Environment Raspberry Pi 4B Raspbian GNU/Linux 11, kernel 5.15.32 Camera sensor: IMX219 Legacy camera support is turned on. Userland libraries installed
Output of inxi -Faz: