RatOS 2.1 Pi-Cam V1.3

i wanted to get my Old Pi cam onto my V-Core
15 Replies
DasSammy
DasSammyOP•2mo ago
DasSammy
DasSammyOP•2mo ago
DasSammy
DasSammyOP•2mo ago
No description
No description
miklschmidt
miklschmidt•2mo ago
try
resolution: 2592x1944
resolution: 2592x1944
and use /webcam/webrtc in URL Stream.
miklschmidt
miklschmidt•2mo ago
Crowsnest v4 contains breaking changes and requires manual steps to...
Crowsnest just recently made huge changes to the way it works. This is great news, because it should be much faster and more reliable. Unfortunately, it also means that there are major breaking changes, and you'll need to do some manual steps to upgrade. When you update to V4 through the machine tab in mainsail, crowsnest will stop working until...
miklschmidt
miklschmidt•2mo ago
specifically, you may need: dtoverlay=ov5647 in /boot/config.txt
DasSammy
DasSammyOP•2mo ago
Legacy camera was allready on "No" added the dtoverlay=ov5647
No description
DasSammy
DasSammyOP•2mo ago
I tried a lot now... Nothing seems to work Is there anything else i could use then crowsnest?
Helge Keck
Helge Keck•2mo ago
try the mainsail discord or documentation im sure they have something
miklschmidt
miklschmidt•5w ago
No, crowsnest is just a wrapper around native tools, there's no other way than libcamera + some sort of streamer (the easiest being camera-streamer) to use those old legacy DSI cameras. Enable debug logging in crowsnest and look at the output if you want to get anywhere where this.
miklschmidt
miklschmidt•5w ago
[12/26/24 11:51:49] crowsnest: DEBUG: camera-streamer [cam 1]: [0:03:23.250161222] [2905]  WARN V4L2 v4l2_videodevice.cpp:2007 /dev/video0[23:cap]: Dequeue timer of 1000000.00us has expired!
[12/26/24 11:51:49] crowsnest: DEBUG: camera-streamer [cam 1]: [0:03:23.250306959] [2905] ERROR RPI pipeline_base.cpp:1333 Camera frontend has timed out!
[12/26/24 11:51:49] crowsnest: DEBUG: camera-streamer [cam 1]: [0:03:23.250341545] [2905] ERROR RPI pipeline_base.cpp:1334 Please check that your camera sensor connector is attached securely.
[12/26/24 11:51:49] crowsnest: DEBUG: camera-streamer [cam 1]: [0:03:23.250371963] [2905] ERROR RPI pipeline_base.cpp:1335 Alternatively, try another cable and/or sensor.
[12/26/24 11:51:49] crowsnest: DEBUG: camera-streamer [cam 1]: [0:03:23.250161222] [2905]  WARN V4L2 v4l2_videodevice.cpp:2007 /dev/video0[23:cap]: Dequeue timer of 1000000.00us has expired!
[12/26/24 11:51:49] crowsnest: DEBUG: camera-streamer [cam 1]: [0:03:23.250306959] [2905] ERROR RPI pipeline_base.cpp:1333 Camera frontend has timed out!
[12/26/24 11:51:49] crowsnest: DEBUG: camera-streamer [cam 1]: [0:03:23.250341545] [2905] ERROR RPI pipeline_base.cpp:1334 Please check that your camera sensor connector is attached securely.
[12/26/24 11:51:49] crowsnest: DEBUG: camera-streamer [cam 1]: [0:03:23.250371963] [2905] ERROR RPI pipeline_base.cpp:1335 Alternatively, try another cable and/or sensor.
That sounds like a camera issue. Does libcamera-hello work (without --list-cameras)? (ie, spits out frame information consistently for a longer period of time).
DasSammy
DasSammyOP•4w ago
then this one appears
No description
miklschmidt
miklschmidt•4w ago
kill crowsnest first 🙂

Did you find this page helpful?