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

Action Recognition via IP Camera Stream #666

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 28, 2022

  1. * By using basic auth credential info, the stream is received frame b…

    …y frame over the specified IP and port.
    
    * Stream on Pillow, OpenCV etc. With 3rd libraries, the visual process goes through certain stages.
    * Frames received from the stream are passed through the action recognition algorithm with predict_frames().
    * Output of action recognition and frames read from ip camera are displayed in a widget on the screen.
    muminkoykiran committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    124ddbf View commit details
    Browse the repository at this point in the history