A libcamera 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.
- Taking photos
- Filming videos
- Project page: https://invent.kde.org/plasma-mobile/plasma-camera
- Development channel: https://matrix.to/#/#plasmamobile:matrix.org
mkdir build
cd build
cmake .. # add -DCMAKE_BUILD_TYPE=Release to compile for release
make
sudo make install