nissy-shota / surveillance-camera

real time surveillance camera, web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

surveillance-camera

frame difference method

フレーム間差分法の実装(閾値は現在適当)

/home/shota/Projects/surveillance-camera/main.py

main.pyでリアルタイム画像を読み込んでいます.

/home/shota/Projects/surveillance-camera/config.yaml

Environment

Environment Create

conda env create -f=environment_nishiyama.yaml

Environment Setting

We're using the virtual env

source env/bin/activate

python

python 3.8

Requirements

When the prototype is done,
We will add the requirements.txt to the repository.

Docker

docker build .
docker run -it -v $(pwd):/workdir --env="DISPLAY=$DISPLAY" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" --device /dev/video0:/dev/video0 [image id]```

## Docker Compose
```bash
docker-compose up --build -d

About

real time surveillance camera, web app


Languages

Language:Python 95.2%Language:HTML 2.7%Language:Dockerfile 2.0%Language:Shell 0.1%