Skip to content

Commit

Permalink
recipes-multimedia: libcamera: Add in SoftISP branch
Browse files Browse the repository at this point in the history
The SoftISP branch provides debayering and 3a using CPU algorithms. This
gives us a "real picture we can use" on qcom hardware absent the HardISP.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
  • Loading branch information
0xB0D committed Mar 26, 2024
1 parent 0cc58ec commit 43bc057
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions recipes-multimedia/libcamera/libcamera_%.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

LIC_FILES_CHKSUM = "\
file://LICENSES/GPL-2.0-or-later.txt;md5=fed54355545ffd980b814dab4a3b312c \
file://LICENSES/LGPL-2.1-or-later.txt;md5=2a4f4fd2128ea2f65047ee63fbca9f68 \
"

SRC_URI = " \
git://gitlab.freedesktop.org/camera/libcamera-softisp.git;protocol=https;branch=SoftwareISP-v08-for-ci \
"
SRC_URI[sha256sum] = "f554084fb8ca63713ef7c59974d741e04ab73d1f031c34e39624a73f5046657e"

SRCREV = "e4424c7d1f0abc71a9217ca5b6aa7dce9872e36b"

LIBCAMERA_PIPELINES = "simple"

0 comments on commit 43bc057

Please sign in to comment.