Skip to content

Commit 81b8edc

Browse files
committed
Add Readme
1 parent 8653b43 commit 81b8edc

4 files changed

Lines changed: 78 additions & 0 deletions

File tree

.github/Advanced.png

403 KB
Loading

.github/Basic.png

419 KB
Loading

.github/Preferences.png

363 KB
Loading

README.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<h1 align="center"> CameraController </h1>
2+
3+
<!-- subtext -->
4+
<div align="center">
5+
Control your cameras settings.
6+
</div>
7+
8+
<br/>
9+
10+
<!-- shields -->
11+
<div align="center">
12+
<!-- downloads -->
13+
<a href="https://github.com/itaybre/CameraController/releases">
14+
<img src="https://img.shields.io/github/downloads/itaybre/CameraController/total" alt="downloads"/>
15+
</a>
16+
<!-- version -->
17+
<a href="https://github.com/itaybre/CameraController/releases/latest">
18+
<img src="https://img.shields.io/github/release/itaybre/CameraController.svg" alt="latest version"/>
19+
</a>
20+
<!-- license -->
21+
<a href="https://github.com/itaybre/CameraController/blob/master/License.txt">
22+
<img src="https://img.shields.io/github/license/itaybre/CameraController.svg" alt="license"/>
23+
</a>
24+
<!-- platform -->
25+
<a href="https://github.com/itaybre/CameraController">
26+
<img src="https://img.shields.io/badge/platform-macOS-lightgrey.svg" alt="platform"/>
27+
</a>
28+
</div>
29+
30+
<br/>
31+
32+
<div align="center">
33+
<img src="./.github/Basic.png" width="299" alt="basic screenshot"/>
34+
<img src="./.github/Advanced.png" width="299" alt="advanced screenshot"/>
35+
<img src="./.github/Preferences.png" width="299" alt="preferences screenshot"/>
36+
37+
</div>
38+
39+
## Download
40+
41+
Go to [Release](https://github.com/itaybre/CameraController/releases/latest) and download the latest `.dmg`
42+
43+
## ToDo
44+
45+
- Add MenuBar for easily configure camera
46+
- Apply latest settings on startup
47+
- Add more Unit Tests
48+
- Support for some vendor specific capabilities (like Logitech LED control)
49+
50+
## How to help
51+
52+
Open [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.
53+
54+
## How to build
55+
56+
### Required
57+
58+
- Xcode
59+
- [Swiftlint](https://github.com/realm/SwiftLint)
60+
61+
Clone the project
62+
```sh
63+
$ git clone https://github.com/itaybre/CameraController.git
64+
```
65+
66+
You're all set ! Now open the `MonitorControl.xcodeproj` with Xcode
67+
68+
## FAQ
69+
70+
- Does it work with Apple's Facetime Camera?
71+
In old machines it will work, but new machines (wth T1 and T2 chip) require a special entitlement only available to Apple.
72+
73+
## Support
74+
- macOS Catalina (`10.15`) and up.
75+
- Works with cameras controllable via [UVC](https://www.usb.org/document-library/video-class-v15-document-set).
76+
77+
## Contributors
78+
- [@itaybre](https://github.com/itaybre)

0 commit comments

Comments
 (0)