{"id":30170100,"url":"https://github.com/mosure/bevy_webcam","last_synced_at":"2025-08-11T21:02:27.067Z","repository":{"id":309289805,"uuid":"1015733941","full_name":"mosure/bevy_webcam","owner":"mosure","description":"📷 bevy native/web camera input","archived":false,"fork":false,"pushed_at":"2025-07-08T03:48:57.000Z","size":602,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-11T03:51:42.808Z","etag":null,"topics":["bevy","bevy-plugin","camera","wasm"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mosure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2025-07-08T00:54:30.000Z","updated_at":"2025-07-15T17:52:09.000Z","dependencies_parsed_at":"2025-08-11T03:51:47.407Z","dependency_job_id":"437b7838-0237-48d5-87b2-38f571a05adb","html_url":"https://github.com/mosure/bevy_webcam","commit_stats":null,"previous_names":["mosure/bevy_webcam"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/mosure/bevy_webcam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosure%2Fbevy_webcam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosure%2Fbevy_webcam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosure%2Fbevy_webcam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosure%2Fbevy_webcam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mosure","download_url":"https://codeload.github.com/mosure/bevy_webcam/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mosure%2Fbevy_webcam/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269832866,"owners_count":24482328,"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-08-11T02:00:10.019Z","response_time":75,"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":["bevy","bevy-plugin","camera","wasm"],"created_at":"2025-08-11T21:01:01.540Z","updated_at":"2025-08-11T21:02:26.964Z","avatar_url":"https://github.com/mosure.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bevy_webcam 📷\n\n[![GitHub License](https://img.shields.io/github/license/mosure/bevy_webcam)](https://raw.githubusercontent.com/mosure/bevy_webcam/main/LICENSE-MIT)\n[![crates.io](https://img.shields.io/crates/v/bevy_webcam.svg)](https://crates.io/crates/bevy_webcam)\n\nbevy camera input, using the nokhwa crate\n\n\n## usage\n\n```rust\napp.add_plugins((\n    DefaultPlugins,\n    BevyWebcamPlugin::default(),\n));\napp.add_systems(\n    Update,\n    setup_ui,\n);\n\n// ...\n\nfn setup_ui(\n    mut commands: Commands,\n    stream: Res\u003cWebcamStream\u003e,\n) {\n    commands.spawn(Camera2d);\n\n    commands.spawn((\n        ImageNode {\n            image: stream.frame.clone(),\n            ..default()\n        },\n        Node {\n            width: Val::Percent(100.0),\n            height: Val::Percent(100.0),\n            ..default()\n        },\n    ));\n}\n```\n\n\n## features\n\n- [x] native camera\n- [ ] threaded camera\n- [ ] wasm camera\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosure%2Fbevy_webcam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmosure%2Fbevy_webcam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosure%2Fbevy_webcam/lists"}