All Projects → sindresorhus → Is Camera On

sindresorhus / Is Camera On

Licence: mit
Check if the built-in Mac camera is on

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Is Camera On

Cameramanager
Simple Swift class to provide all the configurations you need to create custom camera view in your app
Stars: ✭ 1,130 (+1018.81%)
Mutual labels:  camera, swift-package-manager
Id3tageditor
🎵🎸A Swift library to read and write ID3 Tag of any mp3 file. Supported ID3 tag version: 2.2, 2.3 and 2.4. Supported platform: iOS, macOS, tvOS, watchOS, Linux Ubuntu. 🎵🎸
Stars: ✭ 101 (+0%)
Mutual labels:  swift-package-manager
Pixelbot
Stars: ✭ 90 (-10.89%)
Mutual labels:  camera
Picam
Elixir library used to capture MJPEG video on a Raspberry Pi using the camera module.
Stars: ✭ 96 (-4.95%)
Mutual labels:  camera
Lcamera
A camera app using the new camera2 API in Android Lollipop
Stars: ✭ 1,298 (+1185.15%)
Mutual labels:  camera
Easy Yolo
Yolo (Real time object detection) model training tutorial with deep learning neural networks
Stars: ✭ 98 (-2.97%)
Mutual labels:  camera
Libcbdetect
automatic sub-pixel checkerboard / chessboard / deltille pattern detection
Stars: ✭ 86 (-14.85%)
Mutual labels:  camera
Videop2proxy
Proxy to enable P2P only cameras to work with standard protocols.
Stars: ✭ 102 (+0.99%)
Mutual labels:  camera
Hisilicon Dvr Telnet
PoC materials for article https://habr.com/en/post/486856/
Stars: ✭ 101 (+0%)
Mutual labels:  camera
Frigate
NVR with realtime local object detection for IP cameras
Stars: ✭ 1,329 (+1215.84%)
Mutual labels:  camera
Flutter wechat camera picker
A camera picker in WeChat style.
Stars: ✭ 95 (-5.94%)
Mutual labels:  camera
React Native Camera
A Camera component for React Native. Also supports barcode scanning!
Stars: ✭ 9,530 (+9335.64%)
Mutual labels:  camera
Pymba
Python wrapper for Allied Vision's Vimba C API
Stars: ✭ 98 (-2.97%)
Mutual labels:  camera
Xmlmapper
A simple way to map XML to Objects written in Swift
Stars: ✭ 90 (-10.89%)
Mutual labels:  swift-package-manager
Recordbutton
A record button in Swift
Stars: ✭ 101 (+0%)
Mutual labels:  camera
Br Hisicam
*WIP* Buildroot based sample firmware with embedded GoHisiCam for HiSilicon`s System-On-a-Chip ip cameras
Stars: ✭ 89 (-11.88%)
Mutual labels:  camera
Image Picker
An easy to use, highly configurable image picker for your chat application.
Stars: ✭ 94 (-6.93%)
Mutual labels:  camera
Python Arlo
Python Arlo is a library written in Python 2.7/3x that exposes the Netgear Arlo cameras as Python objects.
Stars: ✭ 97 (-3.96%)
Mutual labels:  camera
Yi Hack Allwinner V2
Custom firmware for Yi 1080p camera based on Allwinner platform
Stars: ✭ 100 (-0.99%)
Mutual labels:  camera
Swift
🥇Swift基础知识大全,🚀Swift学习从简单到复杂,不断地完善与更新, 欢迎Star❤️,欢迎Fork, iOS开发者交流:①群:446310206 ②群:426087546
Stars: ✭ 1,377 (+1263.37%)
Mutual labels:  swift-package-manager

is-camera-on

Check if the built-in Mac camera is on

The camera is commonly known as FaceTime HD or iSight.

This module can be useful to check if the camera is already in use or notify you if it's turned on when you didn't intend it to be.

Requirements

  • macOS 10.11+
  • Xcode 12+
  • Swift 5.3+

Install

Add the following to Package.swift:

.package(url: "https://github.com/sindresorhus/is-camera-on", from: "2.0.0")

Or add the package in Xcode.

Usage

import IsCameraOn

print(isCameraOn())
//=> true

Related

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].