Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ A modern camera application for Linux, built for desktops and phones alike.
- **Virtual camera** over PipeWire, so other apps see your filtered feed in video calls
- **JPEG, PNG and DNG** output, including true sensor raw where libcamera exposes a raw stream
- **Multi-camera and multi-microphone** switching with hotplug support
- **Built for Linux phones too**: touch controls, portrait layouts, volume key shutter, hardware flash and haptics
- **Rebindable keyboard shortcuts**, plus an insights panel and bug report generator for diagnostics

Built with [libcosmic](https://github.com/pop-os/libcosmic). It runs on any Wayland or X11 desktop, following the system light/dark preference through the XDG portal, and integrates natively with COSMIC where available.
Expand Down
3 changes: 0 additions & 3 deletions i18n/en/camera.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -755,9 +755,6 @@ metainfo-feature-filters = 14 creative filters: { filter-mono }, { filter-sepia
metainfo-feature-virtual-camera = Virtual camera: use your filtered camera feed in video calls and other apps
# Feature list item.
metainfo-feature-multi-camera = Multi-camera support: easily switch between cameras and microphones
# Feature list item. Describes the Linux phone support: touch input, portrait
# layouts, and using the volume keys as a shutter button.
metainfo-feature-phone = Built for Linux phones too: touch controls, portrait layouts and volume key shutter

## Screenshot captions in the software centre listing.

Expand Down
1 change: 0 additions & 1 deletion resources/io.github.cosmic_utils.camera.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
<li xml:lang="cs">Podpora více kamer: snadné přepínání mezi kamerami a mikrofony</li>
<li xml:lang="uk">Підтримка кількох камер: легко перемикайтеся між камерами та мікрофонами</li>
<li xml:lang="zh-CN">多摄像头支持:轻松切换摄像头和麦克风</li>
<li>Built for Linux phones too: touch controls, portrait layouts and volume key shutter</li>
</ul>
</description>
<launchable type="desktop-id">io.github.cosmic_utils.camera.desktop</launchable>
Expand Down
1 change: 0 additions & 1 deletion scripts/gen-metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"metainfo-feature-filters",
"metainfo-feature-virtual-camera",
"metainfo-feature-multi-camera",
"metainfo-feature-phone",
],
}
METAINFO_SCREENSHOTS = {
Expand Down
Loading