core: camera-manager: add support for Raspberry Pi cameras #991
Labels
core
Issue related to BlueOS-core
enhancement
New feature or request
needs-external-change
Depends on 3rd party tools
Current behaviour
Raspberry Pi Camera gets plugged into CSI port, but doesn't get detected, and isn't possible to stream to the surface.
Caused by Debian Bullseye* switching things away from
v4l2
tolibcamera
(e.g. RPi camera no longer compatible withv4l2-ctl
or gstreamer'sv4l2src
, and needs to uselibcamerasrc
instead).Means that users with Raspberry Pi cameras either can't use them, or can't use BlueOS, which is problematic since they're nice as an extra camera option, or a decent camera for low cost vehicle builds.
Expected or desired behaviour
Ideally should just be able to plug it in and it's detected the same way a H264 USB camera is, and can be streamed to the surface.
Prerequisites
The text was updated successfully, but these errors were encountered: