Skip to content

Commit 79e5da2

Browse files
author
Diogo Costa Correia
committed
Merge branch 'main' of github.com:digas99/rsa-project
2 parents 17bcf8d + 212eed9 commit 79e5da2

File tree

11 files changed

+734
-30
lines changed

11 files changed

+734
-30
lines changed

diagram/rsa-network-background.png

97.7 KB
Loading

diagram/rsa-network.drawio

Lines changed: 338 additions & 0 deletions
Large diffs are not rendered by default.

diagram/rsa-network.png

98.8 KB
Loading
83.2 KB
Loading

diagram/rsa-scenario.drawio

Lines changed: 136 additions & 0 deletions
Large diffs are not rendered by default.

diagram/rsa-scenario.png

87.3 KB
Loading
77.3 KB
Loading

diagram/rsa-software.drawio

Lines changed: 208 additions & 0 deletions
Large diffs are not rendered by default.

diagram/rsa-software.png

81.6 KB
Loading

src/detection/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def handle_stream(people, frame, image):
1010

1111
def main():
1212
detector = Detector()
13-
detector.stream(handle_stream, target="person")
13+
detector.stream_picam(handle_stream, target="person", show=False)
1414

1515
if __name__ == "__main__":
1616
main()

0 commit comments

Comments
 (0)