/tmp/libcamera-git-r4222.f852b7fb-1-x86_64.GW1daK/ └── usr/ ├── bin/ │   ├── cam* │   ├── lc-compliance* │   └── qcam* ├── include/ │   └── libcamera/ │   └── libcamera/ │   ├── base/ │   │   ├── backtrace.h │   │   ├── bound_method.h │   │   ├── class.h │   │   ├── compiler.h │   │   ├── event_dispatcher.h │   │   ├── event_dispatcher_poll.h │   │   ├── event_notifier.h │   │   ├── file.h │   │   ├── flags.h │   │   ├── log.h │   │   ├── message.h │   │   ├── mutex.h │   │   ├── object.h │   │   ├── private.h │   │   ├── semaphore.h │   │   ├── shared_fd.h │   │   ├── signal.h │   │   ├── span.h │   │   ├── thread_annotations.h │   │   ├── thread.h │   │   ├── timer.h │   │   ├── unique_fd.h │   │   └── utils.h │   ├── camera.h │   ├── camera_manager.h │   ├── color_space.h │   ├── control_ids.h │   ├── controls.h │   ├── fence.h │   ├── formats.h │   ├── framebuffer_allocator.h │   ├── framebuffer.h │   ├── geometry.h │   ├── ipa/ │   │   ├── core_ipa_interface.h │   │   ├── ipa_controls.h │   │   ├── ipa_interface.h │   │   ├── ipa_module_info.h │   │   └── ipu3_ipa_interface.h │   ├── libcamera.h │   ├── logging.h │   ├── pixel_format.h │   ├── property_ids.h │   ├── request.h │   ├── stream.h │   ├── transform.h │   └── version.h ├── lib/ │   ├── gstreamer-1.0/ │   │   └── libgstlibcamera.so* │   ├── libcamera/ │   │   ├── ipa_ipu3.so* │   │   ├── ipa_ipu3.so.sign │   │   └── ipu3_ipa_proxy* │   ├── libcamera-base.so -> libcamera-base.so.0.0.4* │   ├── libcamera-base.so.0.0.4* │   ├── libcamera.so -> libcamera.so.0.0.4* │   ├── libcamera.so.0.0.4* │   └── pkgconfig/ │   ├── libcamera-base.pc │   └── libcamera.pc └── share/ ├── libcamera/ │   └── ipa/ │   └── ipu3/ │   └── uncalibrated.yaml └── licenses/ └── libcamera/ ├── Apache-2.0.txt ├── BSD-2-Clause.txt ├── BSD-3-Clause.txt ├── CC0-1.0.txt ├── CC-BY-4.0.txt ├── CC-BY-SA-4.0.txt ├── GPL-2.0-only.txt ├── GPL-2.0-or-later.txt ├── GPL-2.0.txt ├── GPL-2.0+.txt ├── LGPL-2.1-or-later.txt ├── Linux-syscall-note.txt └── MIT.txt 18 directories, 73 files