-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
As a user I would like to be able to see my detector's live view on the web dashboard. This does not need to be live, just needs to be updating every few seconds.
Some technical considerations:
- live view in the GUI is AreaDetector generated, but accessing the entire detector may consist of a large array read. You can set the
dataof a html image to any value so performance shouldn't be an issue on the frontend. - we may need to throttle this to avoid saturating any networks - does this need to be done on the EPICS end?
- this should probably be a separate page which is linked to/from the main instrument status screen to avoid cluttering the UI.
Metadata
Metadata
Assignees
Labels
No labels