{"id":21376506,"url":"https://github.com/fluidgroup/capturer","last_synced_at":"2026-04-08T05:01:16.842Z","repository":{"id":63910105,"uuid":"408743699","full_name":"FluidGroup/Capturer","owner":"FluidGroup","description":"📸 A wrapper for AVCaptureSession - The way easier to use the Camera.","archived":false,"fork":false,"pushed_at":"2025-06-30T01:57:25.000Z","size":96,"stargazers_count":23,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-23T14:11:46.375Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FluidGroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-21T08:32:04.000Z","updated_at":"2025-12-20T15:25:44.000Z","dependencies_parsed_at":"2022-11-29T07:09:19.101Z","dependency_job_id":"2b04b739-902a-4e01-90ed-7aa34194b04e","html_url":"https://github.com/FluidGroup/Capturer","commit_stats":{"total_commits":35,"total_committers":1,"mean_commits":35.0,"dds":0.0,"last_synced_commit":"12594c4c96c356cd95f4499dbc3c98e462e203ee"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/FluidGroup/Capturer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FCapturer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FCapturer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FCapturer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FCapturer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FluidGroup","download_url":"https://codeload.github.com/FluidGroup/Capturer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluidGroup%2FCapturer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31540826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"online","status_checked_at":"2026-04-08T02:00:06.127Z","response_time":54,"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":["hacktoberfest"],"created_at":"2024-11-22T09:15:58.975Z","updated_at":"2026-04-08T05:01:16.824Z","avatar_url":"https://github.com/FluidGroup.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capturer\nA wrapper for AVCaptureSession - The way easier to use the Camera.\n\n## Setting up\n\n```swift\nlet captureBody = CaptureBody(\n  configuration: .init {\n    $0.sessionPreset = .photo\n  }\n)\n```\n\n```swift\nlet input = CameraInput.wideAngleCamera(position: .back)\n\nawait captureBody.attach(input: input)\n\nlet previewOutput = PreviewOutput()\nlet photoOutput = PhotoOutput()\n\nawait captureBody.attach(output: previewOutput)\nawait captureBody.attach(output: photoOutput)\n\nlet previewView = PixelBufferView()\npreviewView.attach(output: previewOutput)\n\ncaptureBody.start()\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidgroup%2Fcapturer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluidgroup%2Fcapturer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluidgroup%2Fcapturer/lists"}