An open API service indexing awesome lists of open source software.

https://github.com/billalxcode/pycam

Python Tkinter Camera
https://github.com/billalxcode/pycam

Last synced: about 1 month ago
JSON representation

Python Tkinter Camera

Awesome Lists containing this project

README

          

# PyCam

PyCam (Python tkinter Camera) adalah sebuah proyek perangkat lunak sederhana untuk menangkap gambar, mendeteksi wajah dan lain-lain. Proyek ini dikembangkan menggunakan OpenCV dan Tkinter.

## Installation

```bash
$ sudo apt-get install python3
$ sudo apt install build-essential cmake git pkg-config libgtk-3-dev \
libavcodec-dev libavformat-dev libswscale-dev libv4l-dev \
libxvidcore-dev libx264-dev libjpeg-dev libpng-dev libtiff-dev \
gfortran openexr libatlas-base-dev python3-dev python3-numpy \
libtbb2 libtbb-dev libdc1394-22-dev
$ pip3 install opencv-python
$ pip3 install opencv-contrib-python
```

## Usage

```bash
$ git clone https://github.com/billalxcode/PyCam
$ cd PyCam
$ python3 PyCam.py
```
## License
[MIT](https://choosealicense.com/licenses/mit/)