Adds support for OV9782's quirks (#1284)

The OV9782 camera has a specific exposure range, so a camera quirk for
it needs to exist. The default white balance is also pretty bad, so it
must be adjusted.

Closes #1204

---------

Co-authored-by: Matt <matthew.morley.ca@gmail.com>
Co-authored-by: Cameron (3539) <theforgelover@gmail.com>
This commit is contained in:
Gautam
2024-07-01 15:54:20 -07:00
committed by GitHub
parent e7e59ed2d4
commit 173b6d9ca8
6 changed files with 64 additions and 4 deletions

15
docs/.readthedocs.yaml Normal file
View File

@@ -0,0 +1,15 @@
version: 2
sphinx:
builder: html
configuration: source/conf.py
fail_on_warning: true
build:
os: ubuntu-22.04
tools:
python: "3.11"
python:
install:
- requirements: requirements.txt