Skip to content

PetePriority/chicony-ir-toggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chicony-ir-toggle

This project aims to control the IR emitters of windows hello enabled IR cameras under Linux. See boltgolt/howdy#269 for a discussion and background about the methods used.

Installation

Using cmake

mkdir -p build
cd build
cmake ..
make
sudo make install

Using gcc

gcc main.c -o chicony-ir-toggle

Usage

chicony-ir-toggle [-d DEVICE] <on|off>

Default for DEVICE is /dev/video2. If this differs on your system, supply the -d command line parameter pointing to your video device.

Confirmed devices

Multiple newer lenovo laptops with windows hello e.g.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published