From 3f59bd03e85887b19896956bcaa70967ebea9938 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Sun, 11 Jan 2026 05:13:14 -0500 Subject: [PATCH] Add motionEye to Video Surveillance (#1897) Co-authored-by: Rabenherz112 Co-authored-by: nodiscc --- software/motioneye.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/motioneye.yml diff --git a/software/motioneye.yml b/software/motioneye.yml new file mode 100644 index 0000000000..65265a7db1 --- /dev/null +++ b/software/motioneye.yml @@ -0,0 +1,11 @@ +name: "motionEye" +website_url: "https://github.com/motioneye-project/motioneye" +source_code_url: "https://github.com/motioneye-project/motioneye" +description: "Online interface for the software Motion, a video surveillance program with motion detection." +licenses: + - GPL-3.0 +platforms: + - Python + - Docker +tags: + - Video Surveillance \ No newline at end of file