Smart click | Find Image | If Image Found - Automatic Mouse and Keyboard Membuat Robot/Script|PART 7

DON TUTORIAL
24 Jun 202212:41

Summary

TLDRThis tutorial video covers the usage of Smart Click and Paint Image features in an automation tool. The creator demonstrates how to set up these functions to automate mouse clicks based on image recognition. The video explains different settings like image similarity thresholds, search regions, and actions to perform if the image is found or not. The tutorial is aimed at users looking to streamline repetitive tasks by using smart image-based clicks and provides practical examples to enhance understanding.

Takeaways

  • 🖱️ The video is a tutorial on using Auto Mouse and Keyboard, specifically focusing on Smart Click and Paint Image features.
  • 🖼️ Smart Click is used to automate mouse clicks based on image recognition, making it ideal for scenarios where images appear in different positions.
  • 🔍 The Paint Image feature allows users to define a specific area on the screen for the script to recognize and interact with.
  • 🎯 The Smart Click function works by detecting images and performing actions, like clicking or moving the mouse, when the image is found.
  • 📐 Users can adjust the similarity threshold to determine how closely an image needs to match for the script to act on it.
  • ⌛ The tutorial explains how to set up a timeout for image detection, specifying what should happen if the image isn't found within a certain time frame.
  • 🔧 The script can be configured to perform various actions, such as moving the mouse, clicking on an image, or skipping to the next action if an image isn't found.
  • 🖥️ The region feature allows users to restrict image searching to a specific area of the screen, which helps avoid conflicts when there are multiple similar images.
  • 🖌️ The tutorial covers how to fine-tune the automation by setting regions, similarity percentages, and handling timeout scenarios.
  • 👍 The video encourages viewers to like, subscribe, and engage with the content for more tutorials.

Q & A

  • What is the purpose of the 'Smart Click' feature discussed in the script?

    -The 'Smart Click' feature is used to automate mouse clicks based on image recognition. It allows users to set specific images as triggers for clicks, making it useful for tasks where the mouse needs to interact with dynamic or moving elements on the screen.

  • How does the 'Paint Image' option function within the 'Smart Click' feature?

    -The 'Paint Image' option allows users to define a specific region on the screen where the image should be found. This helps narrow down the search area and ensures that clicks are made accurately within that region.

  • What should users do if they want the image recognition to be more precise?

    -Users can adjust the similarity threshold (e.g., setting it to 100%) to ensure that the image recognition is more precise. This prevents the tool from clicking on images that are not an exact match.

  • How can users adjust the size of the image box in 'Paint Image'?

    -Users can resize the image box by holding the 'Shift' key and using the arrow keys on the keyboard. This allows for better control over the area being targeted for image recognition.

  • What is the function of the 'BF9' option mentioned in the script?

    -The 'BF9' option allows users to set the degree of similarity required for image recognition. A higher value (e.g., 100%) makes the recognition stricter, ensuring that only images that closely match the reference are selected.

  • What happens if the tool fails to find the specified image within the set time?

    -If the tool fails to find the image within the set time, it will either stop the script or continue to the next action, depending on the user’s settings. Users can specify how the tool should behave in such scenarios.

  • Can the tool perform actions other than clicking when an image is found?

    -Yes, the tool can be configured to either move the cursor to the image or just click on the image without moving the cursor. These options provide flexibility depending on the user's needs.

  • What is the 'Never Time Out' option, and when should it be used?

    -The 'Never Time Out' option ensures that the tool continues searching for the image indefinitely until it is found. This is useful in scenarios where the image is expected to appear eventually, but the timing is uncertain.

  • How can users handle situations where multiple similar images are present on the screen?

    -Users can define a specific region (using 'Region') where the image should be found, preventing the tool from being confused by similar images elsewhere on the screen. This helps in accurately targeting the correct image.

  • What does the 'Step Delay' option do in the 'Smart Click' settings?

    -The 'Step Delay' option allows users to set a delay between steps in the script, giving the tool time to complete each action before moving on to the next. This can be important for ensuring smooth execution, especially in more complex automation scripts.

Outlines

00:00

🖱️ Introduction to Smart Click and Paint Image Features

This paragraph introduces the tutorial focused on using Smart Click and Paint Image features for automating mouse and keyboard actions. The author explains the purpose of Smart Click, which involves clicking on specific images that match a given pattern, making it easier to adjust settings. The discussion emphasizes the difference between Smart Click and other clicking methods, particularly its ability to locate and click on images that may move around the screen.

05:02

🎯 Setting Up and Configuring Smart Click

This section covers the detailed setup and configuration of the Smart Click feature. The author discusses how to adjust the similarity level for image recognition, with recommendations for setting it at 75% for normal use. The importance of setting the cursor position, adjusting timeouts, and using the ‘Never Timeout’ feature to ensure continuous search for the target image are highlighted. Additionally, the author touches on how to configure the mouse actions after image detection.

10:02

🔍 Practical Application and Troubleshooting

In the final section, the author demonstrates the practical application of the Smart Click feature, focusing on how to ensure accurate image detection and response. They explain how to deal with scenarios where multiple similar images are present, by defining specific regions for image search. The author also addresses potential issues, such as how to handle timeouts and how to ensure the script continues executing if the target image is not found. The tutorial concludes with a brief recap and a call to action for viewers to like and subscribe.

Mindmap

Keywords

💡Smart Click

Smart Click refers to an automated clicking feature that uses image recognition to find and interact with specific images on the screen. In the video, it is explained as a method for detecting and clicking on images, which is particularly useful when dealing with dynamic or moving images. The term is crucial to understanding the automation process being discussed.

💡Paint Image

Paint Image is a tool or feature mentioned in the video that allows the user to draw or highlight areas on the screen to specify where the Smart Click should occur. It helps the software understand the specific area to focus on, making the automation process more precise. This concept is key to configuring the tool for better accuracy.

💡Image Detection

Image Detection is the process of finding specific images on the screen, which is essential for the Smart Click feature to function. The video explains how the software uses this detection to trigger actions, like clicking on a found image. The accuracy of image detection is critical to ensure the correct action is performed.

💡Shift and Arrow Keys

The combination of Shift and Arrow Keys is used in the video to resize or adjust the selection box around the target image. This is important for accurately defining the area where Smart Click should focus, ensuring the correct image is detected and interacted with.

💡BMV Similar

BMV Similar is a setting in the video that controls how closely the detected image must match the reference image. The video discusses adjusting this value to balance between precision and flexibility, allowing the software to recognize images that might have minor differences, like flickering or small changes.

💡Search Timeout

Search Timeout refers to the time limit set for the software to find the target image before moving on to the next action. The video covers how setting this timeout can prevent the automation process from getting stuck if an image cannot be found, ensuring smoother operation.

💡Mouse Movement

Mouse Movement describes the behavior of the cursor when an image is found. The video explains different options, such as moving the mouse to the image and clicking, or simply moving without clicking. Understanding these options is vital for customizing the automation to the user's needs.

💡Step Name

Step Name is a label used to identify and organize the different actions within the automation script. The video shows how naming steps helps track what each part of the script does, which is important for debugging and refining the automation process.

💡Action Script

Action Script is the sequence of commands that dictate what the software should do when certain conditions are met, like detecting an image. The video discusses how to configure the script to handle different scenarios, such as what to do if an image isn’t found. This concept is central to setting up the automation.

💡Region Specification

Region Specification involves defining a specific area of the screen where the software should look for the target image. The video emphasizes this as a way to avoid confusion when multiple similar images are present, ensuring that the correct image is detected and acted upon.

Highlights

Introduction to the video tutorial on automating mouse and keyboard actions using a tool called Smart Click.

Explanation of the 'Smart Click' feature, which enables the tool to click on images on the screen rather than specific coordinates.

Details on how to adjust the 'Paint Image' box size using the Shift key and arrow keys to fine-tune the selection area.

Introduction to the 'BMV Similar' feature, which allows users to set the degree of similarity between the target image and the image on the screen, with options ranging from 0% to 100%.

Explanation of the 'Find Image' function and how it operates similarly to 'Smart Click,' with additional customization options available.

Clarification on how to specify image search regions on the screen using the 'Set Picture Region' feature to focus on particular areas.

Overview of the 'Never Timeout' option, which keeps the script searching for the target image indefinitely until it is found.

Introduction to the 'Mouse Position' search option, which enables users to search for images based on the current mouse cursor position.

Discussion on the 'Just Move to Picture' feature, which moves the cursor to the target image without clicking it.

Explanation of the 'Click on Picture' feature, which clicks on the target image without moving the cursor.

Details on the 'Timeout Actions' options, allowing users to specify what happens if the image search times out, including continuing to the next action or stopping the script.

Practical demonstration of how to set up the tool to click on a Photoshop icon on the screen by searching for its image.

Explanation of how to handle situations where there are multiple similar images on the screen by using the 'Region' feature.

Final summary of the tutorial's content, emphasizing the practical uses of the 'Paint Image' and 'Image Search' functions.

Encouragement to like, subscribe, and share the channel for more tutorials.

Transcripts

play00:00

oksigen sebagai Bisma gua daun tutorial

play00:02

di sini gua akan membuat lebih video

play00:03

tutorial tentang auto Mouse and keyboard

play00:05

ini oleh kita langsung aja ke

play00:07

tutorialnya ini gua akan menjelaskan

play00:09

Smart klik ya dan paint image dan

play00:13

ikhwannya Gimana kabar kalian semoga

play00:16

baik-baik aja seperti biasa ya cuy Oke

play00:19

Smartwatch ini kalau yang gak tahu itu

play00:22

adalah m klik pintar ya Bruce ini untuk

play00:26

temukan gambar terus ini jika gambar

play00:29

ditemukan apa coy gitu jika gambar

play00:32

ditemukan maka apa cuy di sini gua akan

play00:35

datang lagi bahwa menu klik gambar smart

play00:39

Click dan gambar temukan sama aja cuman

play00:42

ini lebih gampang gitu ya untuk

play00:46

menyesuaikan settingan dari sebelah

play00:49

sininya gitu cuy Oke Langsung aja kita

play00:52

akan pakai yang paint image karena gua

play00:56

kan udah akan menjelaskan lagi Smart

play00:58

klik temukan gambar jika Hai jika gambar

play01:01

ditemukan gagalkan jelasin lagi karena

play01:03

sama-sama aja Gimana kalian mengatur di

play01:06

sebelah menunya aja geh Oke kita

play01:09

langsung aja ke tutorialnya gunanya

play01:13

Smart clip ini apa Coy ya sama klik Ya

play01:17

bedanya dia menggunakan gambar untuk

play01:20

mengklik dan kalau klip itu lebih ke

play01:22

arah ke Monas ya Jadi kalau misalkan ada

play01:26

gambar yang berpindah-pindah seperti ini

play01:28

beberapa menit ya berpindah-pindah nanti

play01:32

dia akan mengeklik ke sebelah gambarnya

play01:35

sesuai gambar gitu ya Jadi misalkan gini

play01:39

gua akan coba paint image ya

play01:42

Nah di sini untuk melebarkan sebuah box

play01:47

ini yang

play01:48

berwarna hitam ini supaya lebar ya lebih

play01:52

enak lu tekan shift dan

play01:56

arah panah ya arah panah yang

play02:00

keyboard keatas kebawah yang itu Cuy Nah

play02:03

untuk melebarkan kalau gua suka lebar

play02:05

tapi gimana kalian aja sesuai kebutuhan

play02:08

Coy ya Oke Langsung aja yang pertama

play02:11

kalau udah pakai shift dan arrow key ya

play02:14

ataupun parah panah intinya

play02:19

terus untuk mengken soalnya lu bisa CSC

play02:23

ya untuk menginstallnya Nah di sini kita

play02:26

coba dulu eh

play02:29

mengeklik photosop ya Dan kita arahin

play02:32

kotak ini ke photoshop jangan gini dan

play02:36

terlalu besar lah ya cepat yang ngeklik

play02:39

gitu Coy Nah misalkan gini Gua kan bahwa

play02:43

gambar ini untuk mengikut Syahrini cuy

play02:46

nah dia akan mencari gambar yang seperti

play02:50

ini lalu dia akan ngeklik ataupun

play02:53

perintah yang lain ya dan di sini ada

play02:56

bmv similar dan musim similar to kalau

play03:01

gua baca salahnya maaf karena nggak bisa

play03:03

bahasa Inggris ok langsung aja bf9 ini

play03:07

gunanya untuk

play03:09

seberapa lu mau mirip ke gambar ini gitu

play03:13

cuy Jadi kalau misalkan lu mau mirip

play03:16

banget harus mirip banget ya Lu harus

play03:19

100% tapi kalau menurut gua normalin aja

play03:22

coy misalkan di 75 ya jadi dia akan

play03:26

mengeklik kesini Jika ada yang kayak

play03:30

kedip-kedip ataupun titik eh dia akan

play03:33

tetap mengakui gituin kalau harus mirip

play03:35

banget gak mau misalkan ada kedip itu

play03:37

jangan diklik lu 100% aja supaya dia

play03:42

mirip banget sama ini gitu intinya ini

play03:46

seberapa mirip lu yang mau coy terus ini

play03:50

Feb mission ini untuk melihat titik

play03:53

koordinat yang lu ingini itu Cuy jangan

play03:56

di sini kan ada foto Photoshop ya lufyu

play03:59

apakah benar istrinya Untuk cetak

play04:01

sebenarya disini posisinya terus di sini

play04:04

ada Cut BMW from screen kalau ini jika

play04:08

kalian salah full bisa ulangi lagi

play04:10

ngeklik ini ya Dan kita paste di sini

play04:13

ini jika salah Jaya terus nih ada Epic

play04:17

tour editor ini gunanya untuk Jika

play04:20

kalian

play04:22

ingin lebih spesifik mungkin bisa

play04:25

tambahin lagi photosop misalkan

play04:28

disebelah sininya harus ada tinggi 7 ya

play04:31

gitu bahkan remote aja karena gue gak

play04:35

mau karena ini juga udah spesifik

play04:38

Mungkin gitu C Bruce di sini ada never

play04:41

Take Me Out nah ini tuh gunanya untuk

play04:45

waktu habis untuk mencari gambar ya Jadi

play04:49

kalau di never out dicentang nanti

play04:52

ketika Enggak ada Ini dia ga akan

play04:55

berhenti sebelum dia menemukan gambar

play04:57

ini gitu cuy dan kalau di luak Pingsan

play05:01

nggak dicentang lu pilih 10 second

play05:04

menyesalkan nah disediakan mencari ini

play05:07

10 second kalau nggak ada dia akan

play05:10

lewati step mencari Nigeria dengan waktu

play05:14

yang ditentukan gitu cuy nah walau

play05:16

insetif ini memasukkan

play05:19

unsur it Boya Jadi kalian bisa jika apa

play05:25

maka jika apa maka apa gitu isyrinya

play05:29

gitu bisa cetang ini gitu tapi kalau gue

play05:33

gak mau centang ya dan di sini ada Allah

play05:36

udah Mas precision blablabla itu artinya

play05:38

adalah mau nanya kalau kalian centang

play05:41

nanti Mouse ini akan otomatis ke

play05:47

Hai

play05:48

Anastasya akan ke sini gitu Tapi kalau

play05:51

kalian nih Gan mau itu terjadi lu jangan

play05:53

centang ini itu C

play05:56

Ya Allah ingin setelah mencari gambar

play05:59

ini lu pengen si kursornya ini tuh

play06:02

berada di kiri

play06:05

atasnya lalu centang ini gitu cuy

play06:09

Hai terus di sini ada stepmoms tempat

play06:12

kita menamai step ini juga ada di sini

play06:15

belai sesudah step dia jadi Sudah step

play06:19

ini tuh mau berapa MS gitu cuy terus di

play06:23

sini ada UN to scan do picture itu

play06:26

artinya dia atau katanya Ya kalau gue

play06:30

salah maaf karena gue ga terlalu bisa

play06:34

bahasa Inggris ini katanya

play06:37

I am mau cari gambar di mana gitu ya

play06:40

terus di sini ada katanya besok the

play06:44

picture in the entire screen Intinya

play06:47

kalau pasarnya ini mencari di semua

play06:50

screen nggak Cuy terus di sini ada

play06:53

Search the picture from kurs Mouse

play06:56

position nah intinya ini tuh

play07:00

mau cari gambar dimana ini untuk

play07:05

mencari di seluruh layar yang kalau

play07:07

balasannya Sorry bola bisa bahasa

play07:09

Inggris berangin lagi dan disini stretch

play07:13

debitur jadi disini cari posisi gambar

play07:18

di mos saat ini gitu cewek saat itu itu

play07:23

C saat inilah Ya

play07:25

cari gambar di

play07:27

posisi ini gitu cewek dan ini ada set

play07:31

the picture in speech region jadi ini lu

play07:34

bisa tentuin gambarnya lu lebih mana

play07:38

Jadi lebih spesifik ya misalkan gua akan

play07:40

ada Photoshop disini ya gue pengen ada

play07:43

gambar di sini aja ya jadi ga lari ke

play07:46

mana-mana untuk mencarinya di daerah ini

play07:49

aja gitu cuy

play07:51

terus di sini ada waktu do when the

play07:54

picture in sponnya nah ini itu artinya

play07:57

adalah

play07:58

apa yang akan dilakukan jika gambar

play08:01

ditemukannya gerakan Mouse ke gambar

play08:04

lalu klik ya kalau ini terus isinya ada

play08:07

just move wedding picture bahasa farsi

play08:10

motonya

play08:12

pergerakan kursor ini ke gambar hanya ke

play08:17

gambar doang jadi kalau kita terjemahin

play08:19

itu cukup gerakkan Mouse ini ke gambar

play08:23

gitu cuy hanya menggerakkan ini ke

play08:26

gambar dan tidak ada perintah untuk

play08:28

mengeklik kalau kalian ingin mengakui

play08:31

Club pilih move Mouse the picture and

play08:33

Click ya hal ini hanya menggerakkan saja

play08:37

Hai terus di sini ada Click on the

play08:39

picture but not move motion Nah di sini

play08:43

ada fitur yang namanya klik ke gambar

play08:46

tapi jangan gerakkan kursor ini gitu

play08:50

kalau bazooka saatnya gitu jangan

play08:52

gerakkan Mouse Ya

play08:55

intinya gitu dia akan mengeklik tapi dia

play08:58

kerjakan menggerakkan besar kalian Gitu

play09:02

cuy terus di sini ada dengan ting lo

play09:04

pasti apa ya udah nanti itu artinya

play09:06

tidak melakukan apapun gitu Ce lu mau

play09:10

yang mana terserah kalian sih kalau gua

play09:12

coba akan ke

play09:15

mousemove to the picture and Click dan

play09:18

klik cuci terus di sini ada step

play09:21

webharis yang ketiga yaitu what to do if

play09:24

Search the picture timeout yaitu artinya

play09:28

gambar ditemukan timeout Apa yang

play09:30

dilakukan gitu eh di sini ada

play09:34

ada banyak pilihannya Hai Stop the

play09:38

action script ANTV the user ya Ini dia

play09:43

akan Jika dia timeout ya tidak menemukan

play09:47

gambarnya dia akan

play09:49

menyetop script dan memberikan tips

play09:52

kepada kita gitu coy terus di sini ada

play09:55

Stop the action script tanpa tips dan

play09:59

ini ya Sama aja tapi dia tidak

play10:02

mengeluarkan tips gitu Coy dan di sini

play10:05

ada continue to the next action ya kalau

play10:09

lu pilih yang ini

play10:11

disini jadi dia akan melanjutkan ke

play10:17

Hai action selanjutnya gitu ya

play10:22

Terakhir sini Ya gitulah Jadi itulah

play10:26

perintah-perintah-nya sih ya Oke

play10:29

Langsung aja kita praktek dan aktif akan

play10:32

mengklik Photoshop yeah dengan

play10:35

pencari gambar Photoshop seperti ini

play10:39

nah lu bertanyakan gimana Bang kalau

play10:43

gambarnya ada dua gitu nah diafan mirip

play10:48

seperti ini nantikan dia bingung ya

play10:50

mencari gambarnya karena ada file gambar

play10:53

yang saya jadi gunanya region ini ya itu

play10:57

tuh untuk menentukan posisi Gita mau ada

play11:01

di eh gambar cheetah di posisi tertentu

play11:03

GPI misalkan gue pengen ada disini jadi

play11:06

ini enggak terbawa gitu cuy aku untuk

play11:10

memisahkannya jadi nggak kemana-mana

play11:12

tetap ke sini Tapi kalau gak ada gambar

play11:17

yang sama Hai lu bisa pilih yang Sedetik

play11:20

tour in the unreach ren jadi dia akan

play11:24

mencari this keseluruhan gambar ya Edi

play11:27

keseluruhan layar gitu cuit tapi

play11:30

terserah kalian juga Gimana sesuai aja

play11:33

sama kebutuhan ya di sini itu actionnya

play11:39

mencari gambar di air real ini terus apa

play11:43

yang dilakukan jika gambar ditemukan dia

play11:47

akan move bergerak ke gambar dan klik

play11:52

terus besi waktu Dhuha earnshort.in tour

play11:56

timeout jadi kalau tema itu gua akan

play11:58

lakukan continue to the Exception

play12:03

Hai dan di sini gua ga akan centang ya

play12:05

gua gak mau dan kita langsung pria

play12:08

Apakah berjalan dengan baik ya

play12:12

ini dia akan mengeklik ke gambar yang

play12:15

kita udah Tentukan gitu cerita Oke

play12:20

segitu saja mungkin pekarya tentang

play12:22

paint image dan image phone cuman ini

play12:25

gua menjelaskan fungsi puisinya Jazz itu

play12:28

ya oke segitu saja nyoba like subscribe

play12:30

channel ini dan bebek

play12:34

you see you I would you

play12:40

[Musik]

Rate This

5.0 / 5 (0 votes)

Etiquetas Relacionadas
AutomationTutorialSmart ClickMouse AutomationKeyboard AutomationImage DetectionEfficiencyTech TipsProductivity ToolsSoftware Scripting
¿Necesitas un resumen en inglés?