WebxCT / WebCT

Interactive Web UI for X-ray CT with Real-time Results
https://webct.io
8 stars 0 forks source link

Current video transmission does not support high quality previews #35

Open WYVERN2742 opened 1 year ago

WYVERN2742 commented 1 year ago

Currently, image and video transmission is done via base64 encoding. This works fine for small videos and images (<1mb) but cannot support higher quality previews. This is more noticeable with larger resolution detectors and increasing video quality for reconstruction preview comparison.

Ideally, WebCT should stream from the backend, but this may be hard to do in-memory with flask.