当前位置:网站首页>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 !!");
}
}
边栏推荐
- [ESP nanny level tutorial] crazy completion chapter - Case: chemical environment system detection based on Alibaba cloud and Arduino, supporting nail robot alarm
- 【ESP 保姆级教程 预告】疯狂Node.js服务器篇 ——案例:ESP8266 + MQ系列 + NodeJs本地服务 + MySql存储
- Summary of reptile knowledge points
- JS prototype inheritance can only inherit instances, not constructors
- How to realize the usage of connecting multiple databases in idel
- Class loading
- 树结构---二叉树2非递归遍历
- Using closures to implement private variables
- ESP8266 FreeRTOS开发环境搭建
- Meituan machine test in 2022
猜你喜欢

Installation and use of NoSQL database
![2.3 [kaggle dataset - dog feed example] data preprocessing, rewriting dataset, dataloader reading data](/img/6e/d8ef618127ac492f5142f7b600266d.png)
2.3 [kaggle dataset - dog feed example] data preprocessing, rewriting dataset, dataloader reading data

NiO zero copy

2.2 【pytorch】torchvision.transforms

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

Mise en œuvre simple de l'équilibrage de la charge par nacos
![Clickhouse: Test on query speed of A-share minute data [Part 2]](/img/c8/42ba748d38546d3b0d2be9b33c5d0b.jpg)
Clickhouse: Test on query speed of A-share minute data [Part 2]

nacos服务配置和持久化配置

2.4 激活函数

js作用域链与闭包
随机推荐
Network counting 01 physical layer
Solution of EPS image blur by latex insertion
Problems caused by delete and delete[]
【pytorch】transforms.Normalize((0.5, 0.5, 0.5), (0.5, 0.5, 0.5))
树结构---二叉树1
Wechat applet WebView prohibits page scrolling without affecting the implementation of overflow scrolling in the business
How to launch circle of friends marketing and wechat group activities
js原型陷阱
JS prototype inheritance can only inherit instances, not constructors
Log4j log framework
phpexcel 里 获取某一列的列表 获取某一列的字母
nacos簡易實現負載均衡
【pytorch】2.4 卷积函数 nn.conv2d
Swift control encapsulation - paging controller
Differences between JS valueof and toString
An overview of the design of royalties and service fees of mainstream NFT market platforms
2.3 [pytorch] data preprocessing torchvision datasets. ImageFolder
Reproduced Xray - cve-2017-7921 (unauthorized access by Hikvision)
3D printing Arduino four axis aircraft
【pytorch】nn. Crossentropyloss() and nn NLLLoss()