timotheeg / nestrischamps

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

Add player game reset control #110

Open timotheeg opened 2 years ago

timotheeg commented 2 years ago

When one player has a read or camera issue in competition layout, the only way to fix it is either to refresh the producer, renderer or both. Refreshing the renderer is always a pain because it drops running game stats like EFF, TRT, and running Tetris rate.

TODO: dd a button in the admin panel that instructs the producer and the renderer to reset their interactions:

timotheeg commented 2 years ago

Player cam reset is done.

Stats reset not yet.