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

Dashboard loads webcam stream upon loading and never unloads it #80

Closed
EpicLPer opened this issue Oct 7, 2019 · 3 comments
Closed

Dashboard loads webcam stream upon loading and never unloads it #80

EpicLPer opened this issue Oct 7, 2019 · 3 comments
Labels
enhancement New feature or request
Projects
Milestone

Comments

@EpicLPer
Copy link

EpicLPer commented Oct 7, 2019

Describe the bug
I was wondering why my PC constantly downloaded ~3MB/s so I checked the Ressource Manager and found the OctoPi tab as the issue. Once I disabled the Dashboard Plugin the issue instantly went away.

To Reproduce
Steps to reproduce the behavior:

  1. As soon as Dashboard is installed it'll load the webcam stream
  2. If this doesn't work enable, save, then disable the "Show Webcam" in the settings. Bug will now occur.

Expected behavior
Webcam Stream shouldn't be loaded upon finishing loading the page or should be unloaded if tab isn't active for a few seconds like the normal Control page does it.

Screenshots
If applicable, add screenshots to help explain your problem.
image

Desktop (please complete the following information):

  • Device: Desktop PC
  • OS: Windows 10 1903
  • Browser: Chrome, 77.0.3865.90
  • Version: 1.10.1
@StefanCohen
Copy link
Collaborator

That is correct. I have not implemented this yet.

@StefanCohen StefanCohen added the enhancement New feature or request label Oct 7, 2019
@StefanCohen StefanCohen added this to To do in TODOs Oct 8, 2019
@StefanCohen
Copy link
Collaborator

Partly fixed in 1.11.0

The webcam stream is not loaded if "Show Webcam" is disabled. I will not implement the loading/unloading of the stream on tab change as I couldn't get that to work reliably.

@StefanCohen StefanCohen added this to the 1.11.0 milestone Oct 12, 2019
@StefanCohen
Copy link
Collaborator

Fixed in 1.11.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
TODOs
  
To do
Development

No branches or pull requests

2 participants