Package Details: libcamera-git r3989.e0e54965-1

Git Clone URL: https://aur.archlinux.org/libcamera-git.git (read-only, click to copy)
Package Base: libcamera-git
Description: A complex camera support library for Linux, Android, and ChromeOS
Upstream URL: http://libcamera.org/
Licenses: LGPL2.1
Conflicts: libcamera
Provides: libcamera
Submitter: fordprefect
Maintainer: gmy
Last Packager: gmy
Votes: 13
Popularity: 0.43
First Submitted: 2018-12-06 09:51 (UTC)
Last Updated: 2022-10-11 08:56 (UTC)

Required by (32)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

gmy commented on 2021-09-28 14:33 (UTC)

@gbhojraj, sure, added "aarch64" to supported.

gbhojraj commented on 2021-09-26 14:24 (UTC) (edited on 2021-09-26 14:25 (UTC) by gbhojraj)

Since Raspberry Pi support is included in the default pipelines, can we add aarch64 to the list of supported architectures? Libcamera is required for Pi Camera support if you're using Manjaro 64-bit on a Pi 4, and I'm able to build it.

(Edit: Clarifying that libcamera is required, not updating the supported architectures. It would just be neat. :)

linkmauve commented on 2021-07-08 09:35 (UTC)

Hi, you are missing the gtest package in makedepends.

flyingpig commented on 2021-07-03 06:51 (UTC) (edited on 2021-07-12 00:12 (UTC) by flyingpig)

This package fails to build in a clean chroot unless "gst-plugins-base-libs", "libevent", and "qt5-base" are added to makedepends. For reference, the errors (in order of the previous packages listed) are as follows:

Run-time dependency gstreamer-video-1.0 found: NO (tried pkgconfig)

src/gstreamer/meson.build:6:0: ERROR: Dependency "gstreamer-video-1.0" not found, tried pkgconfig
Run-time dependency libevent_pthreads found: NO (tried pkgconfig)

src/lc-compliance/meson.build:3:0: ERROR: Dependency "libevent_pthreads" not found, tried pkgconfig
Run-time dependency qt5 (modules: Core, GUI, Widgets) found: NO (tried pkgconfig)

src/qcam/meson.build:4:0: ERROR: Dependency "qt5" not found, tried pkgconfig

(libevent and qt5-base are optional dependencies in libcamera-git r2747.fb970d9c-1.)

jmondi commented on 2021-06-23 07:44 (UTC)

Just to note that boost is a dependency only for raspberrypi support. As the PKGBUILD arch is reported as

 arch=('x86_64' 'i686')

The RPi support (as well the Rockchip one) could probably be disabled and the boost dependency dropped ?

Libcamera currently supports a -Dpipelines option that allows to specify which platforms to build for and for this arch

 -Dpipelines="ipu3,simple, uvcvideo, vimc"

should be enough.

All of this assuming the same PKGBUILD is not used for archlinux on ARM of course.

SamLukeYes commented on 2021-05-13 07:18 (UTC)

Fixed the build failure in libcamera-clang-git:

prepare() {
  sed -i 's|py_compile=True,||' ${srcdir}/libcamera/utils/ipc/mojo/public/tools/mojom/mojom/generate/template_expander.py
}

SamLukeYes commented on 2021-05-13 06:56 (UTC)

@LucidComplex

This seems to be related to a recent update of python-jinja. jinja2.Environment.compile_templates no longer accepts the argument py_compile.

LucidComplex commented on 2021-05-13 06:14 (UTC)

Build fails with

TypeError: compile_templates() got an unexpected keyword argument 'py_compile'

joz commented on 2021-05-07 19:07 (UTC)

boost is currently marked as optional dependency, but without it, I get ERROR: Dependency "boost" not found. It may be better off in the hard dependency list.

gmy commented on 2021-04-20 09:34 (UTC)

Sure, git was added to makedepends, @AquaUwU!