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

https://github.com/geomedge/camera-quality-reducer

This is a Camera Reducer Program. This can be used in live calls and for recordings. Only requirements are a virtual camera software such as OBS studio. Built With SAU1.03.
https://github.com/geomedge/camera-quality-reducer

camera obs quality-reducer tkinter-project

Last synced: about 1 month ago
JSON representation

This is a Camera Reducer Program. This can be used in live calls and for recordings. Only requirements are a virtual camera software such as OBS studio. Built With SAU1.03.

Awesome Lists containing this project

README

          

# Camera Quality Reducer
## Required Packages:
- Open CV : `pip install opencv-python`
- Pywin32 : `pip install pywin32`
- Pygrabber : `pip install pygrabber`
- SAUIGeo (SAU) : `pip install SAUIGeo`
---
## Requirements for Live Camera Output:
- Obs Studio (Or Other Virtual Camera Software)
- Python (3.11+) - (If using Source Code)
---
## How to use
### Open the program
- Select the camera
- Press start capture

### Open OBS*
- Create a new scene
- Create a window capture
- Capture the python window with the camera output
- Then stretch that across the OBS* window
- Press start Virtual Camera

### Open Desired App
- On Camera select "OBS Virtual Camera"
### Done!
#### *Or Virtual Camera of your choice
---
## Important:
Releases are only full number versions **V1.xx** (Such as V1.3, 1.4, etc)!

Versions like V1.03.1 **WILL NOT RECIEVE A RELEASE!**

New SAU system released with V1.04.1 - Previous Versions don't require it!
## Versions:
### V1.04.1 + SAU1.03.1:
- Added new UI system - SAU
- Program to Standardise App Ui (SAU)
- SAU is a theme management system.
- SAU uses .json to store a theme, which means that it's very easy to change UI elements.
- Added new menus into menu bar
- Settings and Help
- Fixed a few issues with messageboxes.
- Added new messageboxes for theme related issues.
#### V1.03.2:
- Added A Menu Bar
- Added Support Links
#### V1.03.1:
- Fixed MinSize of the window
### V1.03:
- Finally released the program after testing.