ascii-photobooth/webcam.conf

20 lines
613 B
Plaintext

# ASCII Photobooth webcam configuration
# Sourced by webcam2ascii.sh and exec-cycle.sh.
# Capture settings
RESOLUTION=640x480
JPEG_QUALITY=85
# Starting brightness/exposure (0-100, or "auto" for the camera default)
# exec-cycle.sh's live +/- and ./, controls adjust away from these at runtime
DEFAULT_BRIGHTNESS=auto
DEFAULT_EXPOSURE=auto
# Step size (percentage points) for each live-preview +/- adjustment
STEP=5
# v4l2 control names as reported by: fswebcam --list-controls
# These vary per camera/driver - edit to match your hardware
BRIGHTNESS_CONTROL="Brightness"
EXPOSURE_CONTROL="Exposure (Absolute)"