You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions but skipped enabling the camera as I had already verified the camera working.
Then... "no images". Some debugging shows:
tanky:~/RPi_Cam_Web_Interface> sudo su - www-data
www-data@tanky:~$ raspimjpeg
raspimjpeg: error while loading shared libraries: libmmal_core.so: cannot open shared object file: No such file or directory
www-data@tanky:~$
A google search for this error shows that I need to enable legacy support for the camera. Then the install document says to enable that in "raspi-config". So I ran raspi-config and found that "interface options" is no longer option 5 and the camera is not mentioned there.
I figured that one out before: Modern kernels auto-detect the camera, so it is enabled automatically, no longer requires a raspi-config entry.
So I downloaded a recent OS, should I have chosen an older one? There are plenty of hints that bookworm is supposed to be working.
The text was updated successfully, but these errors were encountered:
Raspberry OS now have moved to a different way of interfacing to cameras (libCamera) instead of using the MMAL interface which had been used for all Raspberrys since they were introduced.
This software relies on the MMAL interface which is supported via the legacy camera option up to Bullseye but is not present in bookworm.
It is a lot of work to change this software to use the libCam interface, particularly as the MMAL interface provided some facilities which are not present in libCam.
I followed the instructions but skipped enabling the camera as I had already verified the camera working.
Then... "no images". Some debugging shows:
A google search for this error shows that I need to enable legacy support for the camera. Then the install document says to enable that in "raspi-config". So I ran raspi-config and found that "interface options" is no longer option 5 and the camera is not mentioned there.
I figured that one out before: Modern kernels auto-detect the camera, so it is enabled automatically, no longer requires a raspi-config entry.
So I downloaded a recent OS, should I have chosen an older one? There are plenty of hints that bookworm is supposed to be working.
The text was updated successfully, but these errors were encountered: