Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.rpi_camera.const Namespace Reference

Variables

string CONF_HORIZONTAL_FLIP = "horizontal_flip"
 
string CONF_IMAGE_HEIGHT = "image_height"
 
string CONF_IMAGE_QUALITY = "image_quality"
 
string CONF_IMAGE_ROTATION = "image_rotation"
 
string CONF_IMAGE_WIDTH = "image_width"
 
string CONF_OVERLAY_METADATA = "overlay_metadata"
 
string CONF_OVERLAY_TIMESTAMP = "overlay_timestamp"
 
string CONF_TIMELAPSE = "timelapse"
 
string CONF_VERTICAL_FLIP = "vertical_flip"
 
int DEFAULT_HORIZONTAL_FLIP = 0
 
int DEFAULT_IMAGE_HEIGHT = 480
 
int DEFAULT_IMAGE_QUALITY = 7
 
int DEFAULT_IMAGE_ROTATION = 0
 
int DEFAULT_IMAGE_WIDTH = 640
 
string DEFAULT_NAME = "Raspberry Pi Camera"
 
int DEFAULT_TIMELAPSE = 1000
 
int DEFAULT_VERTICAL_FLIP = 0
 
string DOMAIN = "rpi_camera"
 

Detailed Description

Consts used by rpi_camera.

Variable Documentation

◆ CONF_HORIZONTAL_FLIP

string homeassistant.components.rpi_camera.const.CONF_HORIZONTAL_FLIP = "horizontal_flip"

Definition at line 5 of file const.py.

◆ CONF_IMAGE_HEIGHT

string homeassistant.components.rpi_camera.const.CONF_IMAGE_HEIGHT = "image_height"

Definition at line 6 of file const.py.

◆ CONF_IMAGE_QUALITY

string homeassistant.components.rpi_camera.const.CONF_IMAGE_QUALITY = "image_quality"

Definition at line 7 of file const.py.

◆ CONF_IMAGE_ROTATION

string homeassistant.components.rpi_camera.const.CONF_IMAGE_ROTATION = "image_rotation"

Definition at line 8 of file const.py.

◆ CONF_IMAGE_WIDTH

string homeassistant.components.rpi_camera.const.CONF_IMAGE_WIDTH = "image_width"

Definition at line 9 of file const.py.

◆ CONF_OVERLAY_METADATA

string homeassistant.components.rpi_camera.const.CONF_OVERLAY_METADATA = "overlay_metadata"

Definition at line 10 of file const.py.

◆ CONF_OVERLAY_TIMESTAMP

string homeassistant.components.rpi_camera.const.CONF_OVERLAY_TIMESTAMP = "overlay_timestamp"

Definition at line 11 of file const.py.

◆ CONF_TIMELAPSE

string homeassistant.components.rpi_camera.const.CONF_TIMELAPSE = "timelapse"

Definition at line 12 of file const.py.

◆ CONF_VERTICAL_FLIP

string homeassistant.components.rpi_camera.const.CONF_VERTICAL_FLIP = "vertical_flip"

Definition at line 13 of file const.py.

◆ DEFAULT_HORIZONTAL_FLIP

int homeassistant.components.rpi_camera.const.DEFAULT_HORIZONTAL_FLIP = 0

Definition at line 15 of file const.py.

◆ DEFAULT_IMAGE_HEIGHT

int homeassistant.components.rpi_camera.const.DEFAULT_IMAGE_HEIGHT = 480

Definition at line 16 of file const.py.

◆ DEFAULT_IMAGE_QUALITY

int homeassistant.components.rpi_camera.const.DEFAULT_IMAGE_QUALITY = 7

Definition at line 17 of file const.py.

◆ DEFAULT_IMAGE_ROTATION

int homeassistant.components.rpi_camera.const.DEFAULT_IMAGE_ROTATION = 0

Definition at line 18 of file const.py.

◆ DEFAULT_IMAGE_WIDTH

int homeassistant.components.rpi_camera.const.DEFAULT_IMAGE_WIDTH = 640

Definition at line 19 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.rpi_camera.const.DEFAULT_NAME = "Raspberry Pi Camera"

Definition at line 20 of file const.py.

◆ DEFAULT_TIMELAPSE

int homeassistant.components.rpi_camera.const.DEFAULT_TIMELAPSE = 1000

Definition at line 21 of file const.py.

◆ DEFAULT_VERTICAL_FLIP

int homeassistant.components.rpi_camera.const.DEFAULT_VERTICAL_FLIP = 0

Definition at line 22 of file const.py.

◆ DOMAIN

string homeassistant.components.rpi_camera.const.DOMAIN = "rpi_camera"

Definition at line 3 of file const.py.