Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

ラズパイを使用した、車載用居眠り検出システム.

License

Notifications You must be signed in to change notification settings

Team-ieB2/SleepBreakthrough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sleep Breakthrough

GitHub watchers RaspberryPi Python

本プログラムは、RaspberryPiを使用した、車載用居眠り運転検出システムである。 RaspberryPiに接続されたカメラを使用して、対象の頭の位置を認識する。頭の位置が下がった場合、居眠りと判定しブザーを鳴らす。 また、OBD2コネクターを使用し、車両の走行スピードを監視する。走行スピードが法定速度を超えた場合、スピード違反を知らせるため、ブザーを鳴らす。

Requirement

Usage

ラズパイにて、以下のコマンドを実行する。

$ mkdir src
$ cd src
$ git clone [email protected]:Team-ieB2/SleepBreakthrough.git
$ cd SleepBreakthrough
$ pip install -r requirements.txt
$ mv ./sh/etc/rc.local /etc/
$ mv ./sh/usr/local/bin/bluetooth_setup.sh /usr/local/bin/
$ mv ./sh/usr/local/bin/start.sh /usr/local/bin/
$ sudo reboot

再起動後、本プログラムが自動的に実行される。

Note

本プログラムの動作には、RaspberryPiにwebカメラとOBD2コネクタが接続されている必要がある。

Author

License

"SleepBreakthrough" is under MIT license.

About

ラズパイを使用した、車載用居眠り検出システム.

Resources

License

Stars

Watchers

Forks