Updated TODO comments
This commit is contained in:
parent
835e19ed18
commit
f7f5db9f41
|
@ -126,7 +126,6 @@ def main():
|
|||
)
|
||||
)
|
||||
# Display the resulting frame
|
||||
# TODO: When multi-camera support is added, this needs to be changed to allow all feeds
|
||||
if not args.no_display:
|
||||
for i, frame_to_show in enumerate(frames_to_show):
|
||||
cv2.imshow(f"Video {i}", frame_to_show)
|
||||
|
|
|
@ -12,7 +12,7 @@ from . import notify # noqa: E402
|
|||
|
||||
first_face_try = True
|
||||
|
||||
# TODO: When multi-camera support is added, this will need to be changed so that each camera has its own dict
|
||||
# TODO: When multi-camera support is ~~added~~ improved, this will need to be changed so that each camera has its own dict
|
||||
objects_and_peoples = {
|
||||
"objects": {},
|
||||
"peoples": {},
|
||||
|
|
Loading…
Reference in New Issue