Add stream source for amcrest component (#21983)
parent
e618e2f348
commit
d66cc9befa
|
@ -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…
Reference in New Issue