https://github.com/billalxcode/pycam
Python Tkinter Camera
https://github.com/billalxcode/pycam
Last synced: about 1 month ago
JSON representation
Python Tkinter Camera
- Host: GitHub
- URL: https://github.com/billalxcode/pycam
- Owner: billalxcode
- Created: 2021-01-04T06:28:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T06:50:59.000Z (over 5 years ago)
- Last Synced: 2025-03-22T12:43:40.091Z (about 1 year ago)
- Language: Python
- Size: 1.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)