{"id":19863381,"url":"https://github.com/meowmeowahr/frigatedash","last_synced_at":"2025-10-04T18:44:19.853Z","repository":{"id":158493435,"uuid":"634066972","full_name":"meowmeowahr/FrigateDash","owner":"meowmeowahr","description":"A Simple Dashboard for Frigate/RTSP","archived":false,"fork":false,"pushed_at":"2023-04-29T00:44:41.000Z","size":137,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-22T10:41:10.149Z","etag":null,"topics":["camera","frigate","frigate-nvr","pyqt5","rtsp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/meowmeowahr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-29T00:26:37.000Z","updated_at":"2025-05-18T04:46:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"cfbcf204-72ab-4459-bb55-55100c6088e8","html_url":"https://github.com/meowmeowahr/FrigateDash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meowmeowahr/FrigateDash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowmeowahr%2FFrigateDash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowmeowahr%2FFrigateDash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowmeowahr%2FFrigateDash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowmeowahr%2FFrigateDash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meowmeowahr","download_url":"https://codeload.github.com/meowmeowahr/FrigateDash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meowmeowahr%2FFrigateDash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278358488,"owners_count":25973946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["camera","frigate","frigate-nvr","pyqt5","rtsp"],"created_at":"2024-11-12T15:14:28.872Z","updated_at":"2025-10-04T18:44:19.806Z","avatar_url":"https://github.com/meowmeowahr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg align=\"center\" alt=\"FrigateDash\" src=\"docs/logo.png\" width=192\u003e\n\u003c/p\u003e\n\n# FrigateDash — A dashboard for RTSP Cameras\nDespite the name, Frigate is not currently required to use this dashboard, but may be in the future.\n\nNOTE: Non-RTSP cameras may work, but are not currently supported.\n\n### Recomended Hardware\n* Raspberry Pi 3B or greater\n* [Generic 3.5in Touchscreen](https://www.amazon.com/gp/product/B00OZLG2YS/)\n* [6x6x9 Tactile Buttons](https://www.amazon.com/gp/product/B06VY1WJ8Z/)\n\n## Settings File\nA `settings.json` file must be created inside the program directory before launching the program\n\n### Example file for Amcrest IP Cameras\n```\n{\n  \"views\": [\n    {\n      \"stream\":  \"rtsp://admin:PASSWORD@192.168.1.23:554/cam/realmonitor?channel=1\u0026subtype=0\",\n      \"name\":  \"Patio Camera\"\n    },\n    {\n      \"stream\":  \"rtsp://admin:PASSWORD@192.168.1.21:554/cam/realmonitor?channel=1\u0026subtype=0\",\n      \"name\":  \"East Camera\"\n    },\n    {\n      \"stream\":  \"rtsp://admin:PASSWORD@192.168.1.22:554/cam/realmonitor?channel=1\u0026subtype=0\",\n      \"name\":  \"North Camera\"\n    }\n  ],\n  \"grid_view\": {\n    \"enable\": false,\n    \"size\": 2,\n    \"cameras\": [\n      {\n        \"stream\":  \"rtsp://admin:PASSWORD@192.168.1.23:554/cam/realmonitor?channel=1\u0026subtype=1\",\n        \"name\":  \"Patio Camera\"\n      },\n      {\n        \"stream\":  \"rtsp://admin:PASSWORD@192.168.1.21:554/cam/realmonitor?channel=1\u0026subtype=1\",\n        \"name\":  \"East Camera\"\n      },\n      {\n        \"stream\":  \"rtsp://admin:PASSWORD@192.168.1.22:554/cam/realmonitor?channel=1\u0026subtype=1\",\n        \"name\":  \"North Camera\"\n      }\n    ]\n  },\n  \"resolution\": [640, 480],\n  \"mini_resolution\": [320, 240],\n  \"arrow_gpios\": [13, 21, 5],\n  \"enable_gpio\": true,\n  \"keys\": [16777234, 16777236, 32],\n  \"clock\": true,\n  \"name\": true,\n  \"arrows\": true,\n  \"no_cursor\": true\n}\n```\n\n### resolution\n* Must be the same aspect ratio as the original source\n* Ex: `[640, 480]`\n\n### mini_resolution\n* Resolution used in the grid view\n* Must be the same aspect ratio as the original source\n* Ex: `[320, 240]`\n\n### Common values for \"keys\"\n* Up: 16777235\n* Down: 16777237\n* Left: 16777234\n* Right: 16777236\n* Shift: 16777248\n* Space: 32","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeowmeowahr%2Ffrigatedash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeowmeowahr%2Ffrigatedash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeowmeowahr%2Ffrigatedash/lists"}