当前位置:网站首页>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 !!");
}
}
边栏推荐
- Implementation and application of queue
- Installation and use of NoSQL database
- How Kolo enables NFT music industry
- SQL learning notes (03) -- data constraint relationship
- Understanding and implementation of AVL tree
- 【ESP 保姆级教程】疯狂毕设篇 —— 案例:基于阿里云、小程序、Arduino的WS2812灯控系统
- NiO zero copy
- 【ESP 保姆级教程 预告】疯狂Node.js服务器篇 ——案例:ESP8266 + DHT11 +NodeJs本地服务+ MySQL数据库
- Clickhouse: Test on query speed of A-share minute data [Part 2]
- Learning practice: comprehensive application of cycle and branch structure (II)
猜你喜欢

【电赛训练】红外光通信装置 2013年电赛真题

An overview of the design of royalties and service fees of mainstream NFT market platforms

js作用域链与闭包

I use flask to write the website "one"

3D printing Arduino four axis aircraft

Daily practice of C language - day 80: currency change

2.4 activation function

JS scope chain and closure
![[untitled]](/img/1a/e18918cc09db9b072759409a5f39a1.png)
[untitled]

How to launch circle of friends marketing and wechat group activities
随机推荐
Can diffusion models be regarded as an autoencoder?
【pytorch】softmax函数
Exception handling of classes in C #
dsPIC30F6014a LCD 方块显示
121. thread scheduling: join() method and yield() method
[ESP nanny level tutorial preview] crazy node JS server - Case: esp8266 + DHT11 +nodejs local service + MySQL database
MapReduce编程基础
集成积木报表报错 org.apache.catalina.core.StandardContext.filterStart 启动过滤器异常
【leetcode】287. Find duplicates
Using closures to implement private variables
短路运算符惰性求值
Short circuit operator lazy evaluation
【电赛训练】红外光通信装置 2013年电赛真题
Preparing for the Blue Bridge Cup -- bit operation
【pytorch】nn.CrossEntropyLoss() 与 nn.NLLLoss()
Swift control encapsulation - paging controller
微信小程序 webview 禁止页面滚动,同时又不影响业务内overflow的滚动的实现方式
Microcomputer principle - bus and its formation
树结构---二叉树1
js原型陷阱