From f0d18efaa049dfec35abb89723662bfef00408e7 Mon Sep 17 00:00:00 2001 From: shuvashish76 Date: Sun, 21 May 2023 17:39:18 +0530 Subject: [PATCH] Add suggestions for cameras Signed-off-by: shuvashish76 --- suggestions/cameras.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/suggestions/cameras.json b/suggestions/cameras.json index 0637a08..9ac922b 100644 --- a/suggestions/cameras.json +++ b/suggestions/cameras.json @@ -1 +1,14 @@ -[] \ No newline at end of file +[ + { + "id": "com.iakmds.librecamera", + "label": "Libre Camera", + "source": "f", + "repo": "https://github.com/iakmds/librecamera" + }, + { + "id": "net.sourceforge.opencamera", + "label": "Open Camera", + "source": "fg", + "repo": "https://sourceforge.net/projects/opencamera/" + } +]