{"id":21300604,"url":"https://github.com/schowdhuri/axn-cam","last_synced_at":"2026-05-20T06:11:45.200Z","repository":{"id":92869934,"uuid":"115246709","full_name":"schowdhuri/axn-cam","owner":"schowdhuri","description":"Poor man's action camera built using Raspberry Pi Zero","archived":false,"fork":false,"pushed_at":"2018-11-21T14:36:25.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T07:48:16.160Z","etag":null,"topics":["raspberry-pi"],"latest_commit_sha":null,"homepage":"https://www.desdevpro.com/article/raspberry-pi-action-camera","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schowdhuri.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":"2017-12-24T07:15:20.000Z","updated_at":"2020-03-01T17:33:44.000Z","dependencies_parsed_at":"2023-03-26T14:34:15.445Z","dependency_job_id":null,"html_url":"https://github.com/schowdhuri/axn-cam","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schowdhuri%2Faxn-cam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schowdhuri%2Faxn-cam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schowdhuri%2Faxn-cam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schowdhuri%2Faxn-cam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schowdhuri","download_url":"https://codeload.github.com/schowdhuri/axn-cam/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243769988,"owners_count":20345217,"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","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":["raspberry-pi"],"created_at":"2024-11-21T15:27:35.943Z","updated_at":"2026-05-20T06:11:45.129Z","avatar_url":"https://github.com/schowdhuri.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# axn-cam\nPoor man's action camera using Raspberry Pi Zero\n\n## Installation\n\n1. Create directory:`sudo mkdir /opt/axn_cam`\n1. Copy `start.py`: `cp start.py /opt/axn_cam/start`\n1. Make it executable: `sudo chmod 755 /opt/axn_cam/startup`\n1. Copy the index file to the same directory: `cp index /opt/axn_cam/`\n1. Create the log file: `sudo touch /var/log/axn_cam.log`\n1. Copy the startup script `axn_cam_startup` to `/etc/init.d/`\n1. Make it executable: `sudo chmod 755 /etc/init.d/axn_cam_startup`\n1. Test starting the program: `sudo /etc/init.d/axn_cam_startup start`\n1. Test stopping the program `sudo /etc/init.d/axn_cam_startup stop`\n1. Register script to be run at start-up `sudo update-rc.d axn_cam_startup defaults`\n1. If you ever want to remove the script from start-up, run: `sudo update-rc.d -f  axn_cam_startup remove`\n\n## Wiring\n\nCheck out [my blogpost](https://www.desdevpro.com/article/raspberry-pi-action-camera)\n\n## Troubleshooting\n1. Access issues can be resolved by adding write permissions to the index file, log file and the `/opt/axn_cam` directory\n1. Make sure `/opt/axn_cam/start` and `/etc/init.d/axn_cam_startup` are executable\n1. The camera is known to 'freeze' while recording. The status LED stays on and doesn't respond to the toggle switch. I have a hunch that this is due to overheating (I could be wrong). I don't know of a workaround yet (except for restarting the Pi)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschowdhuri%2Faxn-cam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschowdhuri%2Faxn-cam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschowdhuri%2Faxn-cam/lists"}