-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this program support linux? #18
Comments
@kennychenfs OCR detection should work fine on linux (it's python after all) BUT, there is no window capture method for linux's windowing systems implemented at this moment. Feel free to add one if you'd like. If you are using an input device from a real NES, you might be able to use the OpenCV capture class. |
Are you a programmer? If not then it's probably going to be hard to get this running... |
Yes, but I'm not familiar with video process at all. |
I'm glad you're a developer kenny! I believe it's config.ini -> [calibration][capture-method] = OPENCV After that, calibrate as per normal; then close it and run main.py. You might want to uncomment some parts of main.py to see if the output is correct. |
I've booted it in linux and the main problem is window-name results in 10+ duplicates. E.g. "OBS" will result in 10 windows, and the current implementation picks the first one. This is problematic of course... |
I tried it, but it seems to be not working.
The text was updated successfully, but these errors were encountered: