mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
log capture process pid
This commit is contained in:
parent
5aa3775c77
commit
4476bd8a13
@ -66,6 +66,7 @@ def main():
|
|||||||
|
|
||||||
for name, camera in cameras.items():
|
for name, camera in cameras.items():
|
||||||
camera.start()
|
camera.start()
|
||||||
|
print("Capture process for {}: {}".format(name, camera.get_capture_pid()))
|
||||||
|
|
||||||
# create a flask app that encodes frames a mjpeg on demand
|
# create a flask app that encodes frames a mjpeg on demand
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
Loading…
Reference in New Issue
Block a user