Skip to content

morozsm/chicony-ir-toggle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chicony-ir-toggle

This project aims to control the IR emitters of windows hello enabled IR cameras under Linux

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 <on|off>

Confirmed devices

Multiple newer lenovo laptops with windows hello e.g.

  • Thinkpad T490s
  • Yoga S740

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 50.3%
  • Python 24.1%
  • CMake 21.2%
  • Shell 4.4%