File: README.md

package info (click to toggle)
plasma-camera 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,096 kB
  • sloc: cpp: 2,989; xml: 247; makefile: 3; sh: 1
file content (32 lines) | stat: -rw-r--r-- 891 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!--
- SPDX-FileCopyrightText: None
- SPDX-License-Identifier: CC0-1.0
-->


# Plasma Camera <img src="logo.png" width="40"/>
A [libcamera](https://libcamera.org/) based camera application built for Plasma Mobile.

This application interfaces with `libcamera` directly, allowing for tighter integration with the camera stack and the implementation of hardware specific features. For a camera application that works at a higher level for simpler usecases, see [Kamoso](https://invent.kde.org/multimedia/kamoso).

## Features
* Taking photos
* Filming videos

## Links
* Project page: https://invent.kde.org/plasma-mobile/plasma-camera
* Development channel: https://matrix.to/#/#plasmamobile:matrix.org

## Requirements

* [libcamera](https://libcamera.org/)

## Installing

```
mkdir build
cd build
cmake .. # add -DCMAKE_BUILD_TYPE=Release to compile for release
make
sudo make install
```