timotheeg / nestrischamps

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

Add a NTC connector to NestrisOCR #107

Open timotheeg opened 2 years ago

timotheeg commented 2 years ago

NestrisOCR's python OCR is just faster than running javascript in the browser. It could therefore be the OCR of choice for folks doing OCR on low powered devices (like a raspberry Pi). Making NestrisOCR connect and send frame to NestrisChamps should be very easy. Nestrischamps uses a custom binary frame format which should be easy to reproduce in python. Authentication can be done with the same secret-based auth that was done for the nestrischamps-emulator-connector.