Skip to content

Go package to check if your webcam is on, osx only

Notifications You must be signed in to change notification settings

IyadAssaf/webcamchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webcam checker

Quick and easy way to check if your webcam is on. OSX only

ctx := comtext.Background()
isOn, err := webcamchecker.IsWebcamOn(ctx)
if err != nil {
  panic(err)
}
fmt.Println("webcam is", isOn)

About

Go package to check if your webcam is on, osx only

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages