Skip to content

[FEATURE_REQUEST] Action Recognition via IP Camera Stream #665

Open
@muminkoykiran

Description

@muminkoykiran

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.

Expected behavior with the suggested feature

  • 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.

Other Comments

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions