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.
- Host: GitHub
- URL: https://github.com/geomedge/camera-quality-reducer
- Owner: Geomedge
- Created: 2025-06-06T15:56:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-07T12:04:48.000Z (10 months ago)
- Last Synced: 2025-08-07T14:13:08.979Z (10 months ago)
- Topics: camera, obs, quality-reducer, tkinter-project
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.