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

https://github.com/kalebu/python-cameraapp

A camera application made with python, tkinter and opencv
https://github.com/kalebu/python-cameraapp

desktop- opencv-application opencv-python python-camera python-programming python-programming-language python-projects python-tanzania tanzania tkinter tkinter-python

Last synced: 3 months ago
JSON representation

A camera application made with python, tkinter and opencv

Awesome Lists containing this project

README

        

Python Camera Application
----------------------------

This repository of source code of simple desktop camera application made in python using **Tkinter** and **Opencv** as a funny project.

## Getting started 🔧
In order to explore this desktop-app you might have to firstly *clone* or *download* the project repository in your machine just as shown below;

```bash
# Clone this repository
$ git clone https://github.com/Kalebu/Python-CameraApp

```

Dependencies
--------------

To successful run the Camera Application you will need to have the following
Dependecies installed just as shown below;

For Linux :
```bash

$ pip3 install pillow
$ pip3 install python-tk
$ pip3 install opencv-python
```

For Window :
```bash
$ pip install pillow
$ pip install opencv-python
```

Once everything is cleary installed , you're now ready to run the application

Running Our App
-----------------

Go into the repository

```bash
$ cd Python-CameraApp
```

Now Let's use terminal run our Simple Camera App as shown below

```bash
$ python app.py

```

A camera App
--------------
Now afer running a code, a camera app should be live and running in a way just as shown below;

![](mycamera.png?raw=true)

Give it a star
--------------
Did you find this information useful, then give it a star

Credits
-----------
All the credits to [kalebu](github.com/kalebu) and [Alfaxad](https://github.com/Alfaxad)