Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ahsanr312 patch 2 #341

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

Ahsanr312
Copy link

This branch contains following upgrades mentioned below:

Ground_Station.py
Placed at /pytracking/
This file is used as a ground station and acts like a client to communicate with server (tracker.py). This files needs to be placed in another PC. Also read the file in detail for better understanding and usage.

run_video_communication.py
Placed at /pytracking/pytracking/
This file is used when client-server setup is required for tracking. It initiates run_video_comm function in tracker.py

tracker.py
Placed at /pytracking/pytracking/evaluation
This file is updated by adding run_video_comm function which acts like a server and have the functionality of communicating with client (Ground_Station.py)

pytracking/evaluation/tracker.py has been modified by adding camera_video and camera_rtsp functions for tracking on both recorded videos and webcam/rtsp streams. The functions are executed in threads and the main purpose is to enable tracking in real time on rtsp streams without lag.
This represents Ground Station (Client) and needs to be placed in another PC which will act as Client to communicate with Server (run_video_communication.py)
This Ground_Station.py is used for communication with run_vide_communication.py from another PC and acts like Client.
Copy link
Author

@Ahsanr312 Ahsanr312 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some correction made to variables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant