computervision-recipes icon indicating copy to clipboard operation
computervision-recipes copied to clipboard

Action Recognition via IP Camera Stream

Open muminkoykiran opened this issue 3 years ago • 2 comments

  • By using basic auth credential info, the stream is received frame by 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.

Description

In the computervision-recipes/scenarios/action_recognition/00_webcam.ipynb study, the feature of performing the action recognition process for the instant stream provided over the information of an ip camera, similar to the action recognition process on the frame provided by the webcam.

Related Issues

Resolved #665

Checklist:

  • [x] I have followed the contribution guidelines and code style for this project.
  • [ ] This branch is created from staging and not master.
  • [ ] This PR is being made to staging and not master.
  • [ ] I will squash merge this PR into staging.
  • [ ] I have added tests covering my contributions.
  • [x] I have updated the documentation accordingly.

muminkoykiran avatar Feb 28 '22 21:02 muminkoykiran

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

CLA assistant check
All CLA requirements met.