当前位置:网站首页>Hololens2 development -6-eyetracking and speech recognition
Hololens2 development -6-eyetracking and speech recognition
2022-07-01 09:34:00 【Xiao Zhang has to work hard every day】
One 、 Reference scenario case location


clone 3 It's about ,sdk+Input+speed


Hang up

voicetest Code , take voicetest The codes are hung in cube and plane Components
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class voicetest : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
public void talk_to_cube()
{
Debug.Log(" Cube : You call me !!");
}
public void talk_to_Plane()
{
Debug.Log(" Plane : You call me !!");
}
}
边栏推荐
- 利用闭包实现私有变量
- 记一次redis超时
- 樹結構---二叉樹2非遞歸遍曆
- 2.3 【pytorch】数据预处理 torchvision.datasets.ImageFolder
- Using closures to implement private variables
- OSPF - virtual link details (including configuration commands)
- js函数arguments对象
- Construction of esp8266 FreeRTOS development environment
- MT7628K eCos开发入门
- Click the screen with your finger to simulate F11 and enter the full screen
猜你喜欢
![[pytorch] 2.4 convolution function nn conv2d](/img/eb/382a00af5f88d5954f10ea76343d6e.png)
[pytorch] 2.4 convolution function nn conv2d

Concept of digital currency

SQL学习笔记(01)——数据库基本知识

树结构---二叉树2非递归遍历

dsPIC30F6014a LCD 方块显示

Principle and application of single chip microcomputer timer, serial communication and interrupt system

Ranking list of domestic databases in February, 2022: oceanbase regained the "three consecutive increases", and gaussdb is expected to achieve the largest increase this month

Network counting 01 physical layer

【pytorch】softmax函数

JS prototype chain
随机推荐
Network counting 01 physical layer
laravel postman 提交表单出现419错误。2020年7月6日记。
[pytorch learning] torch device
[ESP nanny level tutorial preview] crazy node JS server - Case: esp8266 + MQ Series + nodejs local service + MySQL storage
【pytorch】nn.CrossEntropyLoss() 与 nn.NLLLoss()
Why is the Ltd independent station a Web3.0 website!
【无标题】
韦东山板子编译内核问题解决
js重写自己的函数
Installation and use of NoSQL database
JS prototype inheritance can only inherit instances, not constructors
MapReduce编程基础
Naoqi robot summary 28
FAQ | FAQ for building applications for large screen devices
Click the screen with your finger to simulate F11 and enter the full screen
Differences between JS valueof and toString
利用闭包实现私有变量
Principles of Microcomputer - internal and external structure of microprocessor
OSPF - virtual link details (including configuration commands)
SQL learning notes (03) -- data constraint relationship