cisco-open/DeepVision

No camera data on dashboard when running `.run tracking up`

Closed this issue · 1 comments

Description

When run the application tracking, there is no camera data shown on dashboard

Screenshot 2023-06-27 at 6 30 27 PM

Also "http://localhost:5002/video?" is always loading (without any data).

More information:

  • The application "haidetection" works normally.
  • By using server2.py, instead of server1.py in the producer service of docker-compose.yml, it works fine.

It seems server2.py is a refactored version of server.py, whose application streams code have been well-decoupled. Will we replace the server.py with server2.py for all the applications?

Expected Behavior

Camera data shows the annotated video stream on dashboard.

Actual Behavior

Camera data is empty.

Affected Version

Tested on the "main" branch

Steps to Reproduce

run .run tracking up

Checklist

issue confirmed and resolved.