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" |
Consts used by rpi_camera.
| string homeassistant.components.rpi_camera.const.CONF_HORIZONTAL_FLIP = "horizontal_flip" |
| string homeassistant.components.rpi_camera.const.CONF_IMAGE_HEIGHT = "image_height" |
| string homeassistant.components.rpi_camera.const.CONF_IMAGE_QUALITY = "image_quality" |
| string homeassistant.components.rpi_camera.const.CONF_IMAGE_ROTATION = "image_rotation" |
| string homeassistant.components.rpi_camera.const.CONF_IMAGE_WIDTH = "image_width" |
| string homeassistant.components.rpi_camera.const.CONF_OVERLAY_METADATA = "overlay_metadata" |
| string homeassistant.components.rpi_camera.const.CONF_OVERLAY_TIMESTAMP = "overlay_timestamp" |
| string homeassistant.components.rpi_camera.const.CONF_TIMELAPSE = "timelapse" |
| string homeassistant.components.rpi_camera.const.CONF_VERTICAL_FLIP = "vertical_flip" |
| int homeassistant.components.rpi_camera.const.DEFAULT_HORIZONTAL_FLIP = 0 |
| int homeassistant.components.rpi_camera.const.DEFAULT_IMAGE_HEIGHT = 480 |
| int homeassistant.components.rpi_camera.const.DEFAULT_IMAGE_QUALITY = 7 |
| int homeassistant.components.rpi_camera.const.DEFAULT_IMAGE_ROTATION = 0 |
| int homeassistant.components.rpi_camera.const.DEFAULT_IMAGE_WIDTH = 640 |
| string homeassistant.components.rpi_camera.const.DEFAULT_NAME = "Raspberry Pi Camera" |
| int homeassistant.components.rpi_camera.const.DEFAULT_TIMELAPSE = 1000 |
| int homeassistant.components.rpi_camera.const.DEFAULT_VERTICAL_FLIP = 0 |