forked from Github/frigate
log capture process pid
This commit is contained in:
@@ -66,6 +66,7 @@ def main():
|
||||
|
||||
for name, camera in cameras.items():
|
||||
camera.start()
|
||||
print("Capture process for {}: {}".format(name, camera.get_capture_pid()))
|
||||
|
||||
# create a flask app that encodes frames a mjpeg on demand
|
||||
app = Flask(__name__)
|
||||
|
||||
Reference in New Issue
Block a user