Public Member Functions | |
| web.StreamResponse | handle (self, web.Request request, Camera camera) |
Public Member Functions inherited from homeassistant.components.camera.CameraView | |
| None | __init__ (self, EntityComponent[Camera] component) |
| web.StreamResponse | get (self, web.Request request, str entity_id) |
Static Public Attributes | |
| name | |
| url | |
Static Public Attributes inherited from homeassistant.components.camera.CameraView | |
| requires_auth | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.camera.CameraView | |
| component | |
Camera View to serve an MJPEG stream.
Definition at line 1015 of file __init__.py.
| web.StreamResponse homeassistant.components.camera.CameraMjpegStream.handle | ( | self, | |
| web.Request | request, | ||
| Camera | camera | ||
| ) |
Serve camera stream, possibly with interval.
Reimplemented from homeassistant.components.camera.CameraView.
Definition at line 1021 of file __init__.py.
|
static |
Definition at line 1019 of file __init__.py.
|
static |
Definition at line 1018 of file __init__.py.