{"id":13479490,"url":"https://github.com/Itaybre/CameraController","last_synced_at":"2025-03-27T09:32:45.194Z","repository":{"id":37636267,"uuid":"279464712","full_name":"Itaybre/CameraController","owner":"Itaybre","description":"📷 Control USB Cameras from an app","archived":false,"fork":false,"pushed_at":"2024-07-20T05:03:11.000Z","size":4388,"stargazers_count":1538,"open_issues_count":36,"forks_count":74,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-03-24T21:12:31.437Z","etag":null,"topics":["apple","macos","swiftui","webcam","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/Itaybre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"itaybre","ko_fi":"itaybre"}},"created_at":"2020-07-14T02:49:34.000Z","updated_at":"2025-03-24T06:53:44.000Z","dependencies_parsed_at":"2024-01-14T08:15:45.304Z","dependency_job_id":"16d8c925-7257-465c-9f29-bd7b2d088fb6","html_url":"https://github.com/Itaybre/CameraController","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Itaybre%2FCameraController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Itaybre%2FCameraController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Itaybre%2FCameraController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Itaybre%2FCameraController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Itaybre","download_url":"https://codeload.github.com/Itaybre/CameraController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245670607,"owners_count":20653399,"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":["apple","macos","swiftui","webcam","xcode"],"created_at":"2024-07-31T16:02:17.458Z","updated_at":"2025-03-27T09:32:45.168Z","avatar_url":"https://github.com/Itaybre.png","language":"Swift","readme":"\u003ch1 align=\"center\"\u003e CameraController \u003c/h1\u003e\n\n\u003c!-- subtext --\u003e\n\u003cdiv align=\"center\"\u003e\nControl your cameras settings without using the software provided (or not) by the company.\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n\u003c!-- shields --\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003c!-- downloads --\u003e\n    \u003ca href=\"https://github.com/itaybre/CameraController/releases\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/downloads/itaybre/CameraController/total\" alt=\"downloads\"/\u003e\n    \u003c/a\u003e\n    \u003c!-- version --\u003e\n    \u003ca href=\"https://github.com/itaybre/CameraController/releases/latest\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/release/itaybre/CameraController.svg\" alt=\"latest version\"/\u003e\n    \u003c/a\u003e\n    \u003c!-- license --\u003e\n    \u003ca href=\"https://github.com/itaybre/CameraController/blob/master/License.txt\"\u003e\n        \u003cimg src=\"https://img.shields.io/github/license/itaybre/CameraController.svg\" alt=\"license\"/\u003e\n    \u003c/a\u003e\n    \u003c!-- platform --\u003e\n    \u003ca href=\"https://github.com/itaybre/CameraController\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/platform-macOS-lightgrey.svg\" alt=\"platform\"/\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./.github/Basic.png\" width=\"299\" alt=\"basic screenshot\"/\u003e\n    \u003cimg src=\"./.github/Preferences.png\" width=\"299\" alt=\"preferences screenshot\"/\u003e\n\u003c/div\u003e\n\n## Installation\n\n### Manually\n\nDownload the latest `.zip` from [Releases](https://github.com/itaybre/CameraController/releases/latest).\n\n### Homebrew\n\n```\nbrew install --cask cameracontroller\n```\n\n## Sponsor\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://www.emergetools.com/\"\u003e\n        \u003cimg src=\"./.github/Emerge_Sponsor.png\" width=\"320\" alt=\"basic screenshot\"/\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\nI would like to thank [Emerge Tools](https://www.emergetools.com/) for sponsoring this project.\n\n## ToDo\n\n- Apply latest settings on startup\n- Add more Unit Tests\n- Support for some vendor specific capabilities (like Logitech LED control)\n\n## How to help\n\nOpen [issues](https://github.com/itaybre/CameraController/issues) if you have a question, an enhancement to suggest or a bug you've found. If you want you can fork the code yourself and submit a pull request to improve the app.\n\n## How to build\n\n### Required\n\n- Xcode\n- [Swiftlint](https://github.com/realm/SwiftLint)\n\nClone the project\n```sh\n$ git clone https://github.com/itaybre/CameraController.git\n```\n\nYou're all set ! Now open the `CameraController.xcodeproj` with Xcode\n\n## FAQ\n\n- Does it work with Apple's Facetime Camera?\n\nIn old machines it will work, but new machines (wth T1 and T2 chip) require a special entitlement only available to Apple.\n\n## Support\n- macOS Catalina (`10.15`) and up.\n- Works with cameras controllable via [UVC](https://www.usb.org/document-library/video-class-v15-document-set).\n\n## Contributors\n- [@itaybre](https://github.com/itaybre)\n- Icons by [@herrerajeff](https://github.com/herrerajeff)\n","funding_links":["https://github.com/sponsors/itaybre","https://ko-fi.com/itaybre"],"categories":["Swift","Applications"],"sub_categories":["Multimedia"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FItaybre%2FCameraController","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FItaybre%2FCameraController","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FItaybre%2FCameraController/lists"}