cathoderaydude / Babel

A simple translation tool for on-screen text using Google Cloud Vision and Translate. Intended for translating emulated videogames and similar things.
MIT License
2 stars 0 forks source link

Continuous update mode #19

Open cathoderaydude opened 4 years ago

cathoderaydude commented 4 years ago

Separate from continuous translate mode. When the viewfinder is moved, continuously update the image back in the main form

There's a hitch here, because the snap function triggers AutoOCR, which should absolutely not occur continuously in this fashion, so this requires abstracting out that feature. Maybe just add an "AutoOCRPossible = true" flag to GetSnap()?