Skip to content

face-authentication/camera_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-authentication / camera_module

事前準備

ラズパイを起動する前に、カメラモジュールを本体に接続しておく。

インストール

下準備

$ sudo apt-get update
$ sudo apt-get upgrade

opencvのインストール

Raspberry Pi 3 Model B + Raspbian Jessie環境にOpenCv3.1.0をインストール

cameraを有効にする

$ sudo raspi-config

必要なライブラリのインストール

$ sudo apt-get install python-picamera

ソースコードのダウンロード

$ git clone https://github.com/face-authentication/camera_module.git

python実行環境のセットアップ

$ cd camera_module
$ sudo pip install -r ./requirements.txt

実行

$ python src/main.py -m pycamera 

参考

RaspberryPiのカメラモジュールV2から流れるストリーミングを、Pythonを使って顔認識するまで

License

MIT

Author

m.hirasaki

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages