Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 --help

Example
$ is-camera-on
✔ Camera is on

Exits 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