{"id":21988210,"url":"https://github.com/jcksnvllxr80/speed-camera","last_synced_at":"2025-10-10T17:30:59.916Z","repository":{"id":152272757,"uuid":"467376296","full_name":"jcksnvllxr80/speed-camera","owner":"jcksnvllxr80","description":"Monitor the speed of people driving in front of my house with a raspberry pi camera, zero2 w, and the speed-camera repo I cloned from Pageauc.   :car:   :police_car:","archived":false,"fork":false,"pushed_at":"2022-03-09T06:10:27.000Z","size":7220,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T01:51:04.839Z","etag":null,"topics":["pi-camera","raspberry-pi","speed-detection"],"latest_commit_sha":null,"homepage":"https://github.com/pageauc/speed-camera.git","language":"HTML","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/jcksnvllxr80.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":"2022-03-08T05:28:44.000Z","updated_at":"2024-10-24T18:32:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2c42525-3b9a-4bdc-8d88-1784244e4b3c","html_url":"https://github.com/jcksnvllxr80/speed-camera","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jcksnvllxr80/speed-camera","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcksnvllxr80%2Fspeed-camera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcksnvllxr80%2Fspeed-camera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcksnvllxr80%2Fspeed-camera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcksnvllxr80%2Fspeed-camera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcksnvllxr80","download_url":"https://codeload.github.com/jcksnvllxr80/speed-camera/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcksnvllxr80%2Fspeed-camera/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004822,"owners_count":26083784,"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-10T02:00:06.843Z","response_time":62,"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":["pi-camera","raspberry-pi","speed-detection"],"created_at":"2024-11-29T19:16:15.145Z","updated_at":"2025-10-10T17:30:59.909Z","avatar_url":"https://github.com/jcksnvllxr80.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Speed Camera\n\n[![GitHub version](https://img.shields.io/github/release/jcksnvllxr80/speed-camera.svg)](lib-release)\n[![GitHub download](https://img.shields.io/github/downloads/jcksnvllxr80/speed-camera/total.svg)](lib-release)\n[![GitHub stars](https://img.shields.io/github/stars/jcksnvllxr80/speed-camera.svg)](lib-stars)\n[![GitHub issues](https://img.shields.io/github/issues/jcksnvllxr80/speed-camera.svg)](lib-issues)\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](lib-licence)\n\n## Purpose\n\n- monitor the speed of people driving in front of my house :truck:\n- take a picture of each car and label it with its speed :camera:\n- make a cool time-lapse video and put it on youtube :tv: \u003chttps://youtu.be/GM9vSAUtNBc\u003e\n- make cool graphs to analyze the data :bar_chart: :chart_with_downwards_trend: (Charts/Graphs Below!)\n\n## How\n\n- Raspberry Pi Zero2 W\n- Clone \u003chttps://github.com/pageauc/speed-camera.git\u003e to the pi\n- point the camera at the road\n- add the starting of the scripts to the bottom of /etc/rc.local (above 'exit 0')\n- calibrate and configure\n\n## /etc/rc.local additions\n\n```sh\ncd /home/pi/speed-camera\npython3 ./webserver.py \u0026\npython ./speed-cam.py \u0026\n```\n\n## Example Image\n\n![alt text](./img/example_image.jpg \"Example\")\n\n## Charts / Graphs\n\n### Average Speed vs. Day\n\n![alt text](./graphs/AverageSpeed_vs_Day.png \"Average Speed vs. Day\")\n\n### Car Count vs. Hour\n\n![alt text](./graphs/car_count_by_hour.png \"Car Count vs. Hour\")\n\n### Frequency of Speed\n\n![alt text](./graphs/frequency_of_speed.png \"Frequency of Speed\")\n\n### Speed's Normal Distribution\n\n![alt text](./graphs/Speed_normal_distribution.png \"Speed's Normal Distribution\")\n\n### Average Speed vs. Direction (L2R or R2L)\n\n![alt text](./graphs/ave_speed_by_direction.png \"Average Speed vs. Direction (L2R or R2L)\")\n\n### Average Speed vs. Hour\n\n![alt text](./graphs/AverageSpeed_vs_Hour.png \"Average Speed vs. Hour\")\n\n### Car Count vs. Day\n\n![alt text](./graphs/car_count_by_day.png \"Car Count vs. Day\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcksnvllxr80%2Fspeed-camera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcksnvllxr80%2Fspeed-camera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcksnvllxr80%2Fspeed-camera/lists"}