timotheeg / nestrischamps

A web-based OCR and restreamer system for NES Classic Tetris players
MIT License
45 stars 11 forks source link

Allow saving multiple configs #88

Open timotheeg opened 3 years ago

timotheeg commented 3 years ago

At the moment nestrischamps stores one config per browser.

This makes it easy to calibrate once, and have that same calibration used by whichever user is logged in, in whichever play room they join.

This is not ideal however when a user has multiple capture devices, or switches between emulator and capture card. In such cases, the config has to be destroyed and calibration redone at every switch, which is really not ideal.

TODO: