Home [RaspberryPi] 애기 CCTV 만들기
Post
Cancel

[RaspberryPi] 애기 CCTV 만들기

준비

1
2
3
4
5
6
git clone https://github.com/EbenKouao/SmartCCTV-Camera.git
python3 -m venv venv
source venv/bin/activate
pip install opencv-python # for cv3
pip install flask
pip install face_recognition

카메라 실행

1
2
# port를 8000으로 변경했음
python main.py

localhost:8000에 들어가면 완성

참고

  • https://github.com/EbenKouao/SmartCCTV-Camera
This post is licensed under CC BY 4.0 by the author.

[Python] Logging Handler

[Hive] 변수, 파라미터 사용하는 방법