Skip to content

armstrong-sukeke/dry-eye-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dry Eye Checker

Measure the number of blinks and notify to prevent dry eye.


Description

An increasing number of people are suffering from dry eye due to long hours of PC work.

As of 2018, 340 million people worldwide are said to have dry eye.

If there is little blinking (~ 10 times / minute), there is a risk of dry eye, and if there is a lot of blinking (40 ~ times / minute), there is already a possibility of dry eye.

In this project, Jetson nano will be used to measure the number of blinks per minute and notify of danger.


Demo

IMAGE ALT TEXT HERE

https://www.youtube.com/watch?v=kQxYPSaJ-jE


Requirement

  • Jetson Nano 2GB
    • OS:JetPack 4.5.1
  • web camera(I used Logicool C270)

Install

1.Clone this repository.

$ cd /home/nvidia
$ git clone https://github.com/armstrong-sukeke/dry-eye-checker.git

2.Allow display connection from container to host

$ xhost +

3.Run docker container

$ cd dry-eye-checker
$ bash docker_blink_run.sh
  • If the .sh file cannot be executed, execute the following.

      $ chmod +x docker_blink_run.sh
    

4.Setup in the container(50min)

$ cd shared_data
$ bash setup.sh

Usage

After Install in container,

$ cd shared_data
$ python3 blink_measurement.py

You can permanently measure blinks [times / min].


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published