Nain57 / Smart-AutoClicker

An open-source auto clicker on images for Android
GNU General Public License v3.0
2.05k stars 361 forks source link

Scenario Detection Quality speed #530

Closed shakibmolla closed 2 weeks ago

shakibmolla commented 1 month ago

Describe the feature

IMG_20241022_230119 It's possible to add Scenario Detection Quality speed 0 or 1 you can add custom Detection Quality speed and precision.

Describe the usage

More accuracy detect and more fast work. You set Detection quality speed 400. So this not detect properly. I recommend you add custom speed option feature.

Is it a duplicate?

Nain57 commented 2 weeks ago

Hi and thank you for your feedback.

Detection quality is not a magic value allowing to increase speed without any cost, it is the actual width the screen frame will be scale to in order increase the processing time. Going below 400 will start to create a pixel mush where nothing can be detected at all.

Accuracy also is determined by the Detection quality. If the quality is higher, the screen frames will be less scaled down and the detection more accurate, but it will take more time.

Performances also depends on your condition:

Keep also in mind that detection speed is tied up to your phone performances. If you have a low end phone (or a phone like Xiaomi that cheats on their benchmark to be higher than other phones but actually runs like a potato phone), you will always get poor performances.

shakibmolla commented 2 weeks ago

thank u so much