File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
recipes-multimedia/python3-picamera2 Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments