{"id":14977923,"url":"https://github.com/john-doherty/raspberry-pi-mjpeg-server","last_synced_at":"2025-10-28T07:30:30.355Z","repository":{"id":143904502,"uuid":"65412271","full_name":"john-doherty/raspberry-pi-mjpeg-server","owner":"john-doherty","description":"Node.js module providing Motion JPEG access to the Raspberry PI camera module to enable video streaming via HTTP","archived":false,"fork":false,"pushed_at":"2021-12-24T06:22:56.000Z","size":17,"stargazers_count":44,"open_issues_count":3,"forks_count":9,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-02-08T04:48:40.772Z","etag":null,"topics":["mjpeg-stream","nodejs","raspberry-pi","raspberry-pi-camera"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/john-doherty.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":"2016-08-10T19:57:07.000Z","updated_at":"2023-12-20T16:22:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"e31a1830-431a-4739-b2a4-da82c636b63d","html_url":"https://github.com/john-doherty/raspberry-pi-mjpeg-server","commit_stats":{"total_commits":25,"total_committers":5,"mean_commits":5.0,"dds":"0.31999999999999995","last_synced_commit":"583afcf0e1ec9db30edb62c906acc7d76c94ca4d"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/john-doherty%2Fraspberry-pi-mjpeg-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/john-doherty%2Fraspberry-pi-mjpeg-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/john-doherty%2Fraspberry-pi-mjpeg-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/john-doherty%2Fraspberry-pi-mjpeg-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/john-doherty","download_url":"https://codeload.github.com/john-doherty/raspberry-pi-mjpeg-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238608266,"owners_count":19500348,"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":["mjpeg-stream","nodejs","raspberry-pi","raspberry-pi-camera"],"created_at":"2024-09-24T13:56:33.396Z","updated_at":"2025-10-28T07:30:30.046Z","avatar_url":"https://github.com/john-doherty.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# raspberry-pi-mjpeg-server\n[![npm](https://img.shields.io/npm/dt/raspberry-pi-mjpeg-server.svg)](https://www.npmjs.com/package/raspberry-pi-mjpeg-server) \n\nNode.js mjpeg streaming server to provide video like access to the Raspberry PI camera module\n\n## Installation\n\n```js\nnpm install raspberry-pi-mjpeg-server --save\n```\n\n## Usage\n\n```\n$ node raspberry-pi-mjpeg-server.js -w 1280 -l 1024\n```\n\n### Options\n\n```\n  -p, --port        port number (default 8080)\n  -w, --width       image width (default 640)\n  -l, --height      image height (default 480)\n  -q, --quality     jpeg image quality from 0 to 100 (default 85)\n  -s, --sharpness  Set image sharpness (-100 - 100)\n  -c, --contrast   Set image contrast (-100 - 100)\n  -b, --brightness Set image brightness (0 - 100) 0 is black, 100 is white\n  -s, --saturation Set image saturation (-100 - 100)\n  -t, --timeout     timeout in milliseconds between frames (default 500)\n  -h, --help        display this help\n  -v, --version     show version\n```\n\n## Access the stream\n\nOpen your browser and visit:\n\n```\nhttp://rpi-ip-address:port\n```\n\nYou can get direct access to the image (HTTP multipart document) via \n\n```\nhttp://rpi-ip-address:port/image.jpg\n```\n\n## License\n\n[MIT License](LICENSE) \u0026copy; 2016 [John Doherty](https://twitter.com/mrJohnDoherty)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohn-doherty%2Fraspberry-pi-mjpeg-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohn-doherty%2Fraspberry-pi-mjpeg-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohn-doherty%2Fraspberry-pi-mjpeg-server/lists"}