Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/playground/blocks/hardware/block_codewiz.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,9 @@ Entry.CodeWiz.setLanguage = function() {
4.이미지 인식
5.사물 인식
6.사물 추적
7.선 + 태그`,
7.선 + 태그
8.얼굴 인식
9.숫자 인식`,
CodeWiz_OzEye_readOzEye: `오즈아이가 인식한 결과를 주기적으로 보내줍니다.`,
CodeWiz_OzEye_isLearnedOzEye: `입력한 ID 번호 데이터를 학습했다면 ‘참’으로 판단하여 알려줍니다.`,
CodeWiz_OzEye_isContainOzEye: `입력한 ID 번호의 사각형 데이터가 인식된다면 ‘참’으로 판단하여 알려줍니다.
Expand Down Expand Up @@ -3303,6 +3305,8 @@ Entry.CodeWiz.getBlocks = function() {
['5.사물 인식', '2'],
['6.사물 추적', '1'],
['7.선 + 태그', '7'],
['8.얼굴 인식', '0'],
['9.숫자 인식', '8'],
],
value: '2',
fontSize: 11,
Expand Down
8 changes: 6 additions & 2 deletions src/playground/blocks/hardwareLite/block_codewiz_lite.js
Original file line number Diff line number Diff line change
Expand Up @@ -784,8 +784,10 @@
4.이미지 인식
5.사물 인식
6.사물 추적
7.선 + 태그`,
CodeWizLite_OzEye_readOzEye: `오즈아이가 인식한 결과를 주기적으로 보내줍니다.`,
7.선 + 태그
8.얼굴 인식
9.숫자 인식`,
Eye_readOzEye: `오즈아이가 인식한 결과를 주기적으로 보내줍니다.`,
CodeWizLite_OzEye_isLearnedOzEye: `입력한 ID 번호 데이터를 학습했다면 ‘참’으로 판단하여 알려줍니다.`,
CodeWizLite_OzEye_isContainOzEye: `입력한 ID 번호의 사각형 데이터가 인식된다면 ‘참’으로 판단하여 알려줍니다.
▼을 눌러 화살표를 선택하면 화살표 데이터가 인식될 때 ‘참’으로 판단하여 알려줍니다.`,
Expand Down Expand Up @@ -3602,6 +3604,8 @@
['5.사물 인식', '2'],
['6.사물 추적', '1'],
['7.선 + 태그', '7'],
['8.얼굴 인식', '0'],
['9.숫자 인식', '8'],
],
value: '2',
fontSize: 11,
Expand Down