Skip to content

hillyu/chicony-ir-toggle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • This is a forked version from (PeterPriority)[https://github.com/PetePriority/chicony-ir-toggle] Original toggle only sets IR cam on, but does not enable the alternative frame mode which flashes the emitter to boost face detection performance, this method is based on Peter's finding in a discussion from Howdy github repo.

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
  • 81XD Lenovo XiaoXinPro-13API 2019

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 57.6%
  • Python 20.8%
  • CMake 17.9%
  • Shell 3.7%