# libcamera-apps **Repository Path**: f0a5/libcamera-apps ## Basic Information - **Project Name**: libcamera-apps - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-19 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rpicam-apps This is a small suite of libcamera-based applications to drive the cameras on a Raspberry Pi platform. >[!WARNING] >These applications and libraries have been renamed from `libcamera-*` to `rpicam-*`. Symbolic links to allow users to keep using the old application names have now been removed. Build ----- For usage and build instructions, see the official Raspberry Pi documentation pages [here.](https://www.raspberrypi.com/documentation/computers/camera_software.html#building-libcamera-and-rpicam-apps) For Developers -------------- This project uses [pre-commit](https://pre-commit.com/) to run formatting and linting checks on each commit. To install: ```sh pip install pre-commit pre-commit install pre-commit install --hook-type commit-msg ``` License ------- The source code is made available under the simplified [BSD 2-Clause license](https://spdx.org/licenses/BSD-2-Clause.html). Status ------ [![ToT libcamera build/run test](https://github.com/raspberrypi/rpicam-apps/actions/workflows/rpicam-test.yml/badge.svg)](https://github.com/raspberrypi/rpicam-apps/actions/workflows/rpicam-test.yml)