Skip to content

Commit 79b2d41

Browse files
committed
Add recipe for python3-picamera2
Signed-off-by: Mike Bullis <[email protected]>
1 parent 1aeda3f commit 79b2d41

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
SUMMARY = "Python interface to the Raspberry Pi camera module via libcamera"
2+
DESCRIPTION = "This package provides a pure Python interface to the Raspberry Pi camera module via libcamera for Python 3"
3+
HOMEPAGE = "https://github.com/raspberrypi/picamera2"
4+
5+
LICENSE = "BSD-2-Clause"
6+
LIC_FILES_CHKSUM = "file://LICENSE;md5=6541a38108b5accb25bd55a14e76086d"
7+
8+
RDEPENDS:${PN} = "python3-numbers \
9+
python3-ctypes \
10+
python3-colorzero \
11+
picamera-libs \
12+
"
13+
14+
SRC_URI = "git://[email protected]/raspberrypi/picamera2.git;protocol=ssh;branch=main"
15+
SRCREV = "fb031cb49cb2af4dab7439be7a90784c9d3db1ab"
16+
17+
S = "${WORKDIR}/git"
18+
19+
inherit setuptools3
20+
21+
COMPATIBLE_HOST = "null"
22+
COMPATIBLE_HOST:rpi:libc-glibc = "(arm.*)-linux"

0 commit comments

Comments
 (0)