{"id":21166021,"url":"https://github.com/peterdee/filtering-camera","last_synced_at":"2026-04-13T05:40:27.586Z","repository":{"id":65550098,"uuid":"591446778","full_name":"peterdee/filtering-camera","owner":"peterdee","description":"Camera stream processing using Javascript and WebAssembley","archived":false,"fork":false,"pushed_at":"2023-03-02T07:39:01.000Z","size":3902,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"release","last_synced_at":"2025-01-21T10:11:16.602Z","etag":null,"topics":["camera","go","golang","image-processing","typescript","vite","vue","vue3","vuejs","wasm","webassembly"],"latest_commit_sha":null,"homepage":"https://camera.dyum.in","language":"Vue","has_issues":false,"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/peterdee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-01-20T19:28:00.000Z","updated_at":"2023-01-28T19:08:38.000Z","dependencies_parsed_at":"2024-11-20T14:47:59.242Z","dependency_job_id":"cd34374e-53e7-4cbc-a01b-798d33225a87","html_url":"https://github.com/peterdee/filtering-camera","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/peterdee%2Ffiltering-camera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Ffiltering-camera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Ffiltering-camera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Ffiltering-camera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterdee","download_url":"https://codeload.github.com/peterdee/filtering-camera/tar.gz/refs/heads/release","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243615336,"owners_count":20319726,"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":["camera","go","golang","image-processing","typescript","vite","vue","vue3","vuejs","wasm","webassembly"],"created_at":"2024-11-20T14:47:55.723Z","updated_at":"2025-12-31T00:23:12.171Z","avatar_url":"https://github.com/peterdee.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"## filtering-camera\n\nCamera stream processing using Javascript and WebAssembley\n\nEngines: Node **v22**, Golang **v1.24**\n\n**DEV**: https://localhost:3000\n\n**PRODUCTION**: https://camera.dyum.in / https://filtering-camera-wasm.vercel.app\n\n### Deploy\n\nClone the repository and install necessary dependencies\n\n```shell script\ncd ./filtering-camera\nnvm use 22\nnpm ci\n```\n\n### Configure HTTPS\n\nHTTPS is required for camera access on mobile devices\n\nGenerate necessary files using OpenSSL\n\n```shell script\n# Generate key file\nopenssl genrsa -out key.pem 2048\n\n# Generate CSR\nopenssl req -new -sha256 -key key.pem -out csr.csr\n\n# Generate certificate\nopenssl req -x509 -sha256 -days 365 -key key.pem -in csr.csr -out cert.pem\n```\n\nCopy generated `cert.pem` and `key.pem` to [/serve](/serve) directory\n\n### Launch\n\n- Run locally\n\n```shell script\nnpm run dev\n```\n\n- Build application\n\n```shell script\nnpm run build\n```\n\n- Serve static files\n\n```shell script\nnpm run serve\n```\n\n### Compile WASM binary\n\n- Use Go **v1.24**\n\n```shell script\ngvm use go1.24\n```\n\n- Compile WASM binary using Node script\n\n```shell script\nnpm run compile-wasm\n```\n\nAlternatively, compile WASM binary manually:\n\n- Navigate to [/processing-wasm](/processing-wasm) directory\n\n```shell script\ncd ./processing-wasm\n```\n\n- Compile WASM binary\n\n```shell script\nGOOS=js GOARCH=wasm go build -o ../public/bin.wasm\n```\n\n### Linting\n\nUsing [ESLint](https://eslint.org)\n\n### Cloud deployment\n\nApplication is automatically deployed to [Vercel](https://vercel.com) and is available at https://camera.dyum.in / https://filtering-camera-wasm.vercel.app\n\n### License\n\n[MIT](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterdee%2Ffiltering-camera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterdee%2Ffiltering-camera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterdee%2Ffiltering-camera/lists"}