Updated TODO comments

This commit is contained in:
slashtechno 2024-02-16 13:17:03 -06:00
parent 835e19ed18
commit f7f5db9f41
Signed by: slashtechno
GPG Key ID: 8EC1D9D9286C2B17
2 changed files with 1 additions and 2 deletions

View File

@ -126,7 +126,6 @@ def main():
) )
) )
# Display the resulting frame # 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: if not args.no_display:
for i, frame_to_show in enumerate(frames_to_show): for i, frame_to_show in enumerate(frames_to_show):
cv2.imshow(f"Video {i}", frame_to_show) cv2.imshow(f"Video {i}", frame_to_show)

View File

@ -12,7 +12,7 @@ from . import notify # noqa: E402
first_face_try = True 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_and_peoples = {
"objects": {}, "objects": {},
"peoples": {}, "peoples": {},