-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated using https://www.freedesktop.org/software/appstream/metainfocreator/#
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2020 Matthias Klumpp, FSFAP licensed --> | ||
|
||
<component type="desktop-application"> | ||
<id>io.github.bothlab.pomidaq</id> | ||
|
||
<name>PoMiDAQ</name> | ||
<summary>View and record videos from UCLA Miniscopes</summary> | ||
|
||
<metadata_license>FSFAP</metadata_license> | ||
<project_license>LGPL-3.0+</project_license> | ||
|
||
<description> | ||
<p> | ||
PoMiDAQ is a recording software for UCLA Miniscopes for neuroscientific research. | ||
It is designed to work with the latest OpenCV libraries and provides a shared library, | ||
so Miniscope recording features can easily be embedded into other programs and pipelines. | ||
</p> | ||
<p> | ||
Recorded data is encoded with the FFV1 codec by default, to allow for smaller, lossless video files that are safe to archive. | ||
</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">pomidaq.desktop</launchable> | ||
|
||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/bothlab/pomidaq/master/contrib/screenshots/v0.2.0_recording.png</image> | ||
</screenshot> | ||
</screenshots> | ||
</component> |