This Python application adjusts the screen brightness based on the average brightness of the camera frame. It can be useful in situations where the ambient lighting conditions change frequently, such as in a room with windows or in an outdoor environment.
- Clone the repository or download the source code.
- Install the required Python modules using
pip
:pip install -r requirements.txt
- Run the application using the following command:
python main.py
The application will open the default camera and adjust the screen brightness based on the average brightness of the camera frame.
This project is licensed under the MIT License - see the LICENSE file for details.