Description
An open source camera stack and framework for Linux, Android, and ChromeOS
To get it working on Fedora on Raspberry Pi with downstream kernel depending on your Camera module add to the /boot/config.txt file:
dtoverlay=<imx219|ov5647|imx477>
See also: libcamera-apps.
Installation Instructions
$ sudo dnf copr enable dwrobel/libcamera
$ sudo dnf install libcamera libcamera-gstreamer libcamera-ipa libcamera-qcam libcamera-tools
$ QT_QPA_PLATFORM=vnc qcam # on headless system
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora rawhide | aarch64 (86)*, x86_64 (92)* | Fedora rawhide (72 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable dwrobel/libcamera
More info about enabling Copr repositories