{"id":22340901,"url":"https://github.com/fredrikaugust/keysuite","last_synced_at":"2026-04-30T18:31:12.029Z","repository":{"id":83667236,"uuid":"96295529","full_name":"FredrikAugust/keysuite","owner":"FredrikAugust","description":"Key suite for RPi","archived":false,"fork":false,"pushed_at":"2017-07-06T07:36:03.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T09:29:00.514Z","etag":null,"topics":["livestream","raspberry-pi","raspberry-pi-camera"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FredrikAugust.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-07-05T08:23:55.000Z","updated_at":"2017-07-06T07:35:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"8274a3c9-6317-4b14-ad3b-da455010b3a4","html_url":"https://github.com/FredrikAugust/keysuite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FredrikAugust/keysuite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredrikAugust%2Fkeysuite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredrikAugust%2Fkeysuite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredrikAugust%2Fkeysuite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredrikAugust%2Fkeysuite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FredrikAugust","download_url":"https://codeload.github.com/FredrikAugust/keysuite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FredrikAugust%2Fkeysuite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32473804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["livestream","raspberry-pi","raspberry-pi-camera"],"created_at":"2024-12-04T07:42:14.262Z","updated_at":"2026-04-30T18:31:12.015Z","avatar_url":"https://github.com/FredrikAugust.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keysuite\n\n## Requirements\n\n- Raspberry Pi 3 Model B\n- `raspivid` and `raspistill`, most likely shipped with your Rasbian distribution\n- Python, pip (package manager for python)\n- Raspberry Pi Camera v2\n- NPN Resistor (I used 2N 2222)\n- 1k ohm resistor\n- Cables\n- Soldering iron\n- Wire- cutter/stripper\n\n## Setup\n\n- Use `raspi-config` to enable support for the camera\n  - Should be found under interface options\n  - Requires a reboot after changing\n- Make sure all the packages are up-to-date by running `apt update` and `apt\nupgrade`\n- Save all of the scripts to `~/bin` (you can change this, but then you will have to change the paths in `key_suite`)\n- Make all of the scripts executable (`chmod +x \u003cpath to script\u003e`)\n- Install `flask` (python server library)\n  - `pip install flask`\n- Set up the wiring as following\n\n![as following](http://i.imgur.com/ACVbinT.png)\n\n_PS: In my led-list the wire with text on it is ground_\n\n## Running\n\nYou can run the entire suite by running `~/bin/key_suite` (presuming you put the file\nin `~/bin`). If you want to run an individual program you can use the\n`livestream` and `image_server` scripts instead.\n\nPS: If you add the `bin` dir to `PATH` you don't have to prefix the program with the path.\n\n## Stopping the program\n\n**Killing the livestream**: `Control-c` when livestream is open\n\n**Killing the webserver**: Either locate the PID using htop/top/ps or similar,\nor use this _short_ command: `kill $(ps aux | grep \"flask\" | grep -oP \"pi\\s+\\d+\" | head -n 1)`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredrikaugust%2Fkeysuite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffredrikaugust%2Fkeysuite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredrikaugust%2Fkeysuite/lists"}