Skip to content

Commit

Permalink
Update detection.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erenyeager101 authored Oct 17, 2024
1 parent 0afff1b commit 171e821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

CAMERAS = [
{"source": 0, "coordinates": {"latitude": 18.5204, "longitude": 73.8567}},
{"source": "D:\\EDAI-FUNCTION-1610\\Crowd_monitoring\\crowd2.mp4" , "coordinates":{"latitude": 18.5250, "longitude": 73.8567}},
{"source": "D:\\EDAI-FUNCTION-1610\\Crowd_monitoring\\crowd.mp4" , "coordinates": {"latitude": 18.5369, "longitude": 73.8567}}
{"source": "https://raw.githubusercontent.com/erenyeager101/Crowd_monitoring/main/crowd.mp4" , "coordinates":{"latitude": 18.5250, "longitude": 73.8567}},
{"source": "https://raw.githubusercontent.com/erenyeager101/Crowd_monitoring/main/crowd2.mp4" , "coordinates": {"latitude": 18.5369, "longitude": 73.8567}}
]

# MongoDB connection setup
Expand Down Expand Up @@ -145,4 +145,4 @@ def main():
thread.join()

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

0 comments on commit 171e821

Please sign in to comment.