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

Commits on May 15, 2022

  1. Add files via upload

    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.
    Ahsanr312 authored May 15, 2022
    Configuration menu
    Copy the full SHA
    5f7ab36 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Add files via upload

    Ahsanr312 authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    1047502 View commit details
    Browse the repository at this point in the history
  2. Delete tracker.py

    Ahsanr312 authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    bdc0e42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91403ac View commit details
    Browse the repository at this point in the history
  4. Ground Station (Client)

    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)
    Ahsanr312 authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    51095b8 View commit details
    Browse the repository at this point in the history
  5. Delete Ground_Station.py

    Ahsanr312 authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    2add8cb View commit details
    Browse the repository at this point in the history
  6. Ground Station (Client)

    This Ground_Station.py is used for communication with run_vide_communication.py from another PC and acts like Client.
    Ahsanr312 authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    22c5182 View commit details
    Browse the repository at this point in the history
  7. Update tracker.py

    Ahsanr312 authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    4fb7874 View commit details
    Browse the repository at this point in the history