{"id":15658531,"url":"https://github.com/rgomez90/webcamcapturer.controls","last_synced_at":"2025-08-07T23:18:42.938Z","repository":{"id":114866549,"uuid":"156439081","full_name":"rgomez90/WebcamCapturer.Controls","owner":"rgomez90","description":"WinForm \u0026 WPF Controls to View/Capture from a webcam using AForge.NET","archived":false,"fork":false,"pushed_at":"2020-06-15T21:53:18.000Z","size":66,"stargazers_count":15,"open_issues_count":2,"forks_count":8,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-19T13:18:00.225Z","etag":null,"topics":["aforge-net","snapshot","webcam","webcam-capture","winforms","winforms-controls","wpf","wpf-controls"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rgomez90.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":"2018-11-06T19:51:57.000Z","updated_at":"2023-10-10T18:36:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"7cf5a087-7c38-4f96-a87f-119a4a9b3286","html_url":"https://github.com/rgomez90/WebcamCapturer.Controls","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rgomez90/WebcamCapturer.Controls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgomez90%2FWebcamCapturer.Controls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgomez90%2FWebcamCapturer.Controls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgomez90%2FWebcamCapturer.Controls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgomez90%2FWebcamCapturer.Controls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rgomez90","download_url":"https://codeload.github.com/rgomez90/WebcamCapturer.Controls/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rgomez90%2FWebcamCapturer.Controls/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269338500,"owners_count":24400292,"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-07T02:00:09.698Z","response_time":73,"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":["aforge-net","snapshot","webcam","webcam-capture","winforms","winforms-controls","wpf","wpf-controls"],"created_at":"2024-10-03T13:12:45.405Z","updated_at":"2025-08-07T23:18:42.881Z","avatar_url":"https://github.com/rgomez90.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebcamCapturer.Controls\n\nProvide some controls for WinForms and WPF to show/record/snapshot video from a webcam using [AForge.NET](https://github.com/andrewkirillov/AForge.NET).\n\n## Installation\n\nInstall using Nuget `Install-Package WebcamCapturer.Core` or download [latest release]() build it yourself!\n\nIf you also want to use the built-in control, you also need to install:\n\n* `Install-Package WebcamCapturer.Controls.WinForms` if working with WinForms\n* `Install-Package WebcamCapturer.Controls.WPF` if working with WPF\n\n## Usage\n\nFor now the library exposes an `IWebcamCapturerView` interface and a `WebcamCapturerPresenter`, both reside in `WebcamCapturer.Core`.\n\nIf you use the built-in controls, instantiate a `new WebcamCapturerPresenter`,  inject the correct view (Winforms or WPF) to the presenter.\n\nIf you want to use your own form, your control has to implement the `IWebcamCapturerView`. \nThis way it can be injected into the presenter.\n\n### WinForms\n\n```csharp\nvar view = new WebcamCaptureForm();\nvar presenter = new WebcamCapturePresenter(view);\npresenter.Show();\n```\n\n### WPF\n\n```csharp\nvar view = new WebcamCapturerWindow()\nvar presenter = new WebcamCapturePresenter(view);\npresenter.Show();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgomez90%2Fwebcamcapturer.controls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frgomez90%2Fwebcamcapturer.controls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frgomez90%2Fwebcamcapturer.controls/lists"}