{"id":21165977,"url":"https://github.com/peterdee/fast-camera","last_synced_at":"2026-05-05T04:05:44.965Z","repository":{"id":181303438,"uuid":"666008645","full_name":"peterdee/fast-camera","owner":"peterdee","description":"Real-time FAST corner detector demo","archived":false,"fork":false,"pushed_at":"2025-04-22T11:28:49.000Z","size":1076,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"release","last_synced_at":"2025-06-05T22:37:41.855Z","etag":null,"topics":["common-styles","corner-detector","fast","fast-detector","go","golang","image-processing","typescript","vue","vue3","wasm"],"latest_commit_sha":null,"homepage":"https://fast.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,"zenodo":null}},"created_at":"2023-07-13T13:48:36.000Z","updated_at":"2025-04-22T11:28:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d7b7e01-a2e1-4853-a8fe-e711173be974","html_url":"https://github.com/peterdee/fast-camera","commit_stats":null,"previous_names":["peterdee/fast-camera"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peterdee/fast-camera","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Ffast-camera","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Ffast-camera/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Ffast-camera/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Ffast-camera/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterdee","download_url":"https://codeload.github.com/peterdee/fast-camera/tar.gz/refs/heads/release","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Ffast-camera/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278263168,"owners_count":25958061,"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-04T02:00:05.491Z","response_time":63,"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":["common-styles","corner-detector","fast","fast-detector","go","golang","image-processing","typescript","vue","vue3","wasm"],"created_at":"2024-11-20T14:47:48.434Z","updated_at":"2025-10-04T04:15:24.138Z","avatar_url":"https://github.com/peterdee.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"## fast-camera\n\nReal-time [FAST corner detector](https://docs.opencv.org/5.x/df/d0c/tutorial_py_fast.html) demo\n\nDemo is available online: https://fast.dyum.in / https://fast-camera.vercel.app\n\nEngines: Node **v22** \u0026 Golang **v1.24**\n\n### Deploy\n\nClone the repository and install dependencies\n\n```shell script\ncd ./fast-camera\nnvm use 22\nnpm ci\n```\n\nHTTPS is required in order to use camera (even for local development)\n\nCreate a directory for certificates\n\n```shell script\nmkdir certificates \u0026\u0026 cd ./certificates\n```\n\nGenerate `key.pem` and `cert.pem` files in the `certificates` directory using OpenSSL\n\n```shell script\nopenssl genrsa -out key.pem 2048\nopenssl req -new -sha256 -key key.pem -out csr.csr\nopenssl req -x509 -sha256 -days 365 -key key.pem -in csr.csr -out cert.pem\n```\n\nMore details regarding certificates can be found [here](https://msol.io/blog/tech/create-a-self-signed-ssl-certificate-with-openssl/)\n\n### Launch\n\n- Run local development server\n\n```shell script\nnpm run dev\n```\n\nApplication will be available at https://localhost:3000\n\n- Build static files for production\n\n```shell script\nnpm run build\n```\n\n### Compile WASM binary\n\nWASM binary is compiled from Golang source (Golang **v1.24** is required)\n\nGolang FAST implementation is based on https://github.com/peterdee/go-fast\n\nWASM binary is already included in the project, it can be recompiled with the following command\n\n```shell script\nnpm run compile-wasm\n```\n\n### Cloud deployment\n\n`release` branch of this repository is automatically deployed to [Vercel](https://vercel.com)\n\n### License\n\n[MIT](./LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterdee%2Ffast-camera","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterdee%2Ffast-camera","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterdee%2Ffast-camera/lists"}