libcamera
libcamera copied to clipboard
libcamera - Making complex cameras easy. This is a personal fork, please use the upstream repository at https://git.libcamera.org/libcamera/libcamera.git/
OS: Linux camerapi8 5.15.61-v8+ #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022 aarch64 GNU/Linux libcamera: ``` [1:17:14.018313530] [15880] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3865-3fad116f [1:17:14.032367040] [15881] INFO RPI raspberrypi.cpp:1374 Registered...
I have been installed these: - RasPi4 new installation. - Nodejs - GIT - meson - python3 - Ninja - libcamera After this camera works Ok. Then i make own...
I've successfully enabled all components required to run libcamera on Android (pre-12 master branch). But during probing cameras it appears that some of mandatory controls aren't available. Linux guys somehow...
`Following from: https://libcamera.org/getting-started.html and https://www.raspberrypi.com/documentation/accessories/camera.html#libcamera-and-libcamera-apps Skip over Getting Started to install dependencies first Check for C++ ubuntu@ubuntu:~$ g++ --version g++ (Ubuntu 11.2.0-19ubuntu1) 11.2.0 ubuntu@ubuntu:~$ pip3 install --user meson ubuntu@ubuntu:~$ pip3...
While compiling libcamera, I got errors like: ../include/libcamera/base/bound_method.h:210:64: error: ‘maybe_unused’ attribute directive ignored [-Werror=attributes] And solved by upgrading the gcc version to 9. Is the gcc version above 8 is...
Does libcamerawe have support for single camera source with 4 hardware encoder output? A single device node represents all these four streams. A stream id provided in the ioctl differentiates...
Some latest changes to this library have broken https://github.com/raspberrypi/libcamera-apps (and my application too).  Could you please tag a release or add a stable branch? :)
Require additional dependencies: ``` # Mainline libyaml with Android.mk file git clone --branch android https://github.com/rsglobal/libyaml.git external/libyaml # Chromium libyuv (as libyuv_chromium target) git clone --branch android https://github.com/rsglobal/libyuv.git external/libyuv_chromium ``` How...
I'm using libcamera to grab frames on demand in some custom code, and it seems as though there is a 5-frame FILO queue that any given frame has to pass...
It would be a very interesting exercise for someone to either update/port uvc-gadget to use libcamera, or to rewrite uvc-gadget from scratch making use of the c++ class library helpers...