Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sindresorhus/is-camera-on-cli
Check if the built-in Mac camera is on
https://github.com/sindresorhus/is-camera-on-cli
Last synced: 17 days ago
JSON representation
Check if the built-in Mac camera is on
- Host: GitHub
- URL: https://github.com/sindresorhus/is-camera-on-cli
- Owner: sindresorhus
- License: mit
- Created: 2017-04-24T07:29:09.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T19:39:58.000Z (10 months ago)
- Last Synced: 2025-01-28T19:32:07.647Z (24 days ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 51
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# is-camera-on-cli
> Check if the built-in Mac camera is on
## Install
```sh
npm install --global is-camera-on-cli
```Requires macOS 10.11 or later.
## Usage
```
$ is-camera-on --helpExample
$ is-camera-on
✔ Camera is onExits with code 0 if on and 1 if off
```## Related
- [node-is-camera-on](https://github.com/sindresorhus/node-is-camera-on) - API for this package