4rtzel
4rtzel
I've never tested this on Android, unfortunately. I remember trying to run a simple Qt app on Andriod (without any plugins) and the setup was rather tricky. Anyway, here are...
@hericah, I downloaded a fresh Qt Creator 4.15.2 on my Linux machine and was able to successfully open and build the project. Here is how it looked on my machine:...
What's your game resolution? From the logs it seems that the tool discarded those matches because the confidence value was too low. What will happen if you lower confidence threshold...
I see. I think running with lower confidence threshold should be able to fix that. Alternatively, you could open archnemesis inventory window directly (default hotkey is ',' I think) instead...
There is a solution to this problem. @meepen has a implementation here https://github.com/4rtzel/poe-archnemesis-scanner/pull/42 that calculates per slot matches. However, I'm not sure how far away this from completion so can't...
Could you try v0.2.1 release?
If the scan didn't show up anything, then that means it didn't find anything it is confident with. Here, all the 'Best match' values are below confidence threshold which is...
@halexh, your image scale value seems to be a bit too low for your resolution. Try 1.365. You may also want to lower confidence threshold a little bit (0.91?).
The tool already does all the calculation based on your resolution. I just inputted your resolution in the function used for calculations and got 1.365. I don't know why your...
@JustLKS, what are your parameters in the settings?