Add stream source for amcrest component (#21983)
This commit is contained in:
parent
e618e2f348
commit
d66cc9befa
1 changed files with 5 additions and 0 deletions
|
@ -97,3 +97,8 @@ class AmcrestCam(Camera):
|
||||||
def name(self):
|
def name(self):
|
||||||
"""Return the name of this camera."""
|
"""Return the name of this camera."""
|
||||||
return self._name
|
return self._name
|
||||||
|
|
||||||
|
@property
|
||||||
|
def stream_source(self):
|
||||||
|
"""Return the source of the stream."""
|
||||||
|
return self._camera.rtsp_url(typeno=self._resolution)
|
||||||
|
|
Loading…
Add table
Reference in a new issue