Camera model
OV5647 (RPI CAM NOIR MF: Raspberry Pi - Kamera, 5MP, 75°, IR-LEDs bei reichelt elektronik)
What is the problem?
Octoprint won´t show Camera, it detects it in putty. In the log file is a note that a diractory is missing (line 13 for exampel big print in Cammerastack-journal.log (additional info)). I have no clue what this is doing or how it went missing. I´m using the "new camer stack" octoprint version.
What did you already try to solve it?
Google but found nothing
Have you tried running in safe mode?
No
Did running in safe mode solve the problem?
No
Systeminfo Bundle
octoprint-systeminfo-20230721233446.zip (36.7 KB)
Additional information about your setup
Available cameras
0 : ov5647 [2592x1944] (/base/soc/i2c0mux/i2c@1/ov5647@36)
Modes: 'SGBRG10_CSI2P' : 640x480 [58.92 fps - (16, 0)/2560x1920 crop]
1296x972 [43.25 fps - (0, 0)/2592x1944 crop]
1920x1080 [30.62 fps - (348, 434)/1928x1080 crop]
2592x1944 [15.63 fps - (0, 0)/2592x1944 crop]
Did you run sudo apt update
or sudo apt upgrade
on your OS? We had an issue where camera-streamer was being happily removed by apt as 'no longer needed' after a libcamera upgrade... Try sudo apt update
followed by sudo apt install camera-streamer-raspi
and let me know if that resolves the issue with it not existing.
1 Like
Thank you already. Yeer i did updated and upgrade at first... when i put in the install comand I get this Error massage
felix@CR10MAX:~ $ sudo apt install camera-streamer-raspi
[sudo] password for felix:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
camera-streamer-raspi : Depends: libcamera0 (= 0~git20230707+2783c8d8-1) but 0~ git20230720+bde9b04f-1 is to be installed
E: Unable to correct problems, you have held broken packages.