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

https://github.com/arvind-4/camera-with-pyqt5

Simple Camera with PyQt5
https://github.com/arvind-4/camera-with-pyqt5

camera camera-application camera-image pyqt5 pyqt5-desktop-application pyqt5-gui pyqt5-gui-application python python-desktop-application python-windows python-windows-application python3 save-image

Last synced: 5 months ago
JSON representation

Simple Camera with PyQt5

Awesome Lists containing this project

README

          

# Camera in Python

Capture Images and Save them using PyQt5

# How to Run this Locally

### Step 1: Create a Virtual Environment

```
pip install virtualenv
cd /path/to/folder
mkdir camera
cd camera
virtualenv .
source scripts/activate
```

### Step 2: Clone Repository and Install Dependencies

```
cd /path/to/folder/camera
git clone https://github.com/Arvind-4/Camera-with-PyQt5.git .
pip install -r requirements/requirements.txt
```

### Step 3: Run the Code

```
cd /path/to/folder/camera
python src/main.py
```