commit | 3334029c1b8a230e27ff59bd2f90b0e97613ce55 | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad69@gmail.com> | Thu Oct 14 22:10:01 2021 +0000 |
committer | Shad Ansari <shad69@gmail.com> | Thu Oct 14 22:10:01 2021 +0000 |
tree | 870bdcec8574161e1ad6cad7e9ef08f170a18233 | |
parent | ef185d2af3f29de210116b360501f2e6d75bbdcb [diff] [blame] |
Display 4 cameras Change-Id: I1ba835a0c703c08df15c3c13e4f3ba824274602f
diff --git a/person_detection/app.py b/person_detection/app.py index c188163..1cd5bb5 100644 --- a/person_detection/app.py +++ b/person_detection/app.py
@@ -20,7 +20,7 @@ @app.route('/') def index(): """Video streaming home page.""" - return render_template('index.html', devices=[0, 1]) + return render_template('index.html', devices=[0, 1, 2, 3]) def gen(camera):