Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libcamera-tools-0.0.4-bp155.1.26 RPM for aarch64

From OpenSuSE Leap 15.5 for aarch64

Name: libcamera-tools Distribution: SUSE Linux Enterprise 15 SP5
Version: 0.0.4 Vendor: openSUSE
Release: bp155.1.26 Build date: Mon May 22 13:23:01 2023
Group: Development/Tools/Other Build host: obs-arm-11
Size: 1291470 Source RPM: libcamera-0.0.4-bp155.1.26.src.rpm
Packager: https://bugs.opensuse.org
Url: http://libcamera.org/
Summary: Command-line utilities from libcamera
libcamera is an experimental camera user-space API.

"cam" is a command-line utility to interact with cameras. The initial state is
limited and only supports listing cameras in the system and selecting a camera
to interact with.

Provides

Requires

License

GPL-2.0-or-later AND LGPL-2.1-or-later

Changelog

* Mon Feb 06 2023 Paolo Stivanin <info@paolostivanin.com>
  - Update to version 0.0.4:
    Bugfixes:
    * libcamera: yaml_parser: Use C locale
    * libcamera: base: utils: Support C libraries lacking locale support
    * py: cam.py: Fix duplicate metadata output if more than one stream
    * libcamera: camera: Fix validateColorSpaces to choose main colour space
    * pipeline: raspberrypi: Fix handling of colour spaces
    Core:
    * test: Fix/Enable testing with ASan
    * test: Remove redundant pipeline tests
    * meson: Only build pipeline handlers needed in host architecture
    * meson: Add 'all' choice to pipelines option
    * utils: checkstyle.py: Add commit title checker
    * libcamera: ipa_module: Relax ipaModuleInfo symbol size check
    * pipeline: Support configuration file paths
    ipa:
    * camera_sensor: Improve h/v flip handling
    * camera_sensor: Add AR0521 Sensor support
    * camera_sensor: Add OV4689 Sensor support
    * camera_sensor: Add support for OmniVision OV8858
    * raspberrypi: Support Autofocus with PDAF
    * raspberrypi: Support for the Sony IMX708 sensor
    * rkisp1: Raise maximum analogue gain
    pipeline:
    * raspberrypi: Support parameters from a configuration file
    * raspberrypi: Add a parameter to disable startup drop frames
    * libcamera: rkisp1: Add support for Transform
    apps:
    * gstreamer: Add bayer8 support to libcamerasrc
    * qcam: Show string representation of pixel format
    ABI Compliance:
    * abi-compliance-checker reports 100% ABI and API compatibility with
      with v0.0.3
* Wed Dec 21 2022 Paolo Stivanin <info@paolostivanin.com>
  - Update to version 0.0.3:
    Core:
    * Fix tracing when built as a subproject
    * Avoid double map lookups in framebuffer_allocator
    * Workaround faulty control menus
    * controls: Change LensPosition units to dioptres
    * camera_sensor: Add IMX519 sensor properties
    * Documentation: contributing: Add commit message guidelines
    * Declare generic converter interface
    utils:
    * Add libtuning
    * Add initial libtuning script support for rkisp1 and raspberrypi.
    * checkstyle.py: Check new header file on new and renamed meson.build files
    ipa:
    * Move IPA sensor controls validation to CameraSensor (IPU3/RKISP1)
    rkisp1:
    * Support FrameDurationLimits control for FrameRate management
    * Support raw capture (IPA, configuration, and runtime)
    * Add support for manual gain and exposure
    * Fix stream size validation
    * Add additional default values to controls
    imx8-isi:
    * Enumerate supported stream formats
    * Set SensorTimestamp metadata
    Raspberry Pi:
    * Remove generic "pause" mechanism from Algorithm
    - Remove enum BuffferMask from the mojom interface
    - Fix digital gain calculations for manual mode
    - Fix bug in IPA frame drop logic
    - imx477: Update tuning file for the latest camera modules
    - Add a "scientific" tuning for the IMX477
    Apps:
    - cam: kms: Avoid 'unused-parameter' warnings
    - cam: Support parsing array controls in capture scripts
    - gstreamer: Improve control id lookups
    - lc-compliance: simple_capture: Free Requests properly
    python:
    - Support controls that use an array of Rectangles
    - Expose the Request Sequence Number in Python Bindings
* Tue Oct 18 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 0.0.1:
    * This patch release commences the package release procedures for
      the project.
    * Initial releases will include a bump to the patch (0.0.x)
      version number, as well as a corresponding increment to the
      soname.
    * utils:
    - Provide a release script
    - semver: Add version helper
    * meson:
    - Shared Object version handling
    - Fix typo
    * pipeline:
    - rkisp1: Set bytesused before queuing parameters buffer
    - ipu3: Set bytesused before queuing parameters buffer
    * libcamera:
    - v4l2_videodevice: Warn if bytesused == 0 when queuing output
      buffer
    - framebuffer: Move remaining private data to Private class
    - base: utils: Drop defopt
  - Change service to use explicit tags and obs_scm.
  - Drop vers.diff patch and fix-ppc64.patch: Fixed upstream.
  - Change lname define to new upstream soname libcamera0_0_1 and in
    baselibs.conf.
  - Split out libcamera-base0_0_1 shared library, add to baselibs.
    Package the shared librarys in individual packages.
  - Use ldconfig_scriptlets macro for post(un) handling.
  - Stop exporting -Wno-error to C(XX)FLAGS, no longer needed.
* Fri Sep 02 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 0.0.0+g3887.f1776100:
    * No changelog available.
* Wed Jan 05 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 0.0.0+g3381.1db1e31e:
    * No changelog available.
* Wed Dec 29 2021 Bjørn Lie <bjorn.lie@gmail.com>
  - Add optional pkgconfig(libtiff-4) BuildRequires.
* Fri Oct 01 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to snapshot 0.0.0+g3076 (d79b412)
    * Still in development, not much of a changelog to be had.
* Thu Sep 09 2021 Lukas Müller <expeehaa@outlook.com>
  - Update to snapshot 0~3015 (a2571042)
  - Disable pipeline 'raspberrypi' because it creates segfaults at runtime.
* Fri Aug 27 2021 Antonio Larrosa <alarrosa@suse.com>
  - Add patch to work around what seems to be a bug in gcc 11 with
    constexpr being treated as "non const" only in ppc64/ppc64le:
    * fix-ppc64.patch
* Fri Jul 23 2021 Marcus Rueckert <mrueckert@suse.de>
  - pipewire has baselibs, so we should have them here as well
* Fri Jul 23 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to snapshot 0~2809 (e0704e97) [boo#1188650]
    * cam: support using multiple cameras concurrently
* Wed May 05 2021 Jan Engelhardt <jengelh@inai.de>
  - Update to snapshot 0~2532 (093b71b2)
    * No changelog available, understandably.
  - Add -Wno-error
* Mon Nov 02 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Update to 0~1998.4757ff4
  - Add 'qcam' tool
  - Enable all pipelines
  - Drop upstream patch:
    * noforcedsize.diff
* Mon Mar 09 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to new development snapshot 0~1118.4de31cc
    * No user-friendly changelog at this stage
    * C++14 is now mandated
  - Add noforcedsize.diff
* Fri Aug 23 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to new development snapshot 0~699.8a92e6f
    * No user-friendly changelog at this stage
* Thu Dec 06 2018 Jan Engelhardt <jengelh@inai.de>
  - Initial package for build.opensuse.org
  - Add vers.diff

Files

/usr/bin/cam
/usr/bin/qcam
/usr/lib/libcamera
/usr/lib/libcamera/ipu3_ipa_proxy
/usr/lib/libcamera/rkisp1_ipa_proxy
/usr/lib/libcamera/vimc_ipa_proxy
/usr/lib64/libcamera
/usr/lib64/libcamera/ipa_ipu3.so
/usr/lib64/libcamera/ipa_ipu3.so.sign
/usr/lib64/libcamera/ipa_rkisp1.so
/usr/lib64/libcamera/ipa_rkisp1.so.sign
/usr/lib64/libcamera/ipa_vimc.so
/usr/lib64/libcamera/ipa_vimc.so.sign
/usr/share/libcamera
/usr/share/libcamera/ipa
/usr/share/libcamera/ipa/ipu3
/usr/share/libcamera/ipa/ipu3/uncalibrated.yaml
/usr/share/libcamera/ipa/rkisp1
/usr/share/libcamera/ipa/rkisp1/imx219.yaml
/usr/share/libcamera/ipa/rkisp1/ov4689.yaml
/usr/share/libcamera/ipa/rkisp1/ov5640.yaml
/usr/share/libcamera/ipa/rkisp1/uncalibrated.yaml
/usr/share/libcamera/ipa/vimc
/usr/share/libcamera/ipa/vimc/vimc.conf


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 20:15:22 2024