自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 hololens凝视物体、单击双击、语音控制、蓝牙

1、用unity开发2、在HoloLens toolkit中找到TextToSpeech添加到场景中3、添加KeywordManager.cs到场景中using orange;using System.Collections.Generic;using System.Linq;using UnityEngine;using UnityEngine.Events;using UnityEngine.Windows.Speech;/// <summary>/// 语音控制类,需

2021-07-10 20:34:08 664

原创 hololens拍照

代码仅供参考using UnityEngine;using UnityEngine.UI;using System.Collections;using System;public class test : MonoBehaviour{ private WebCamTexture mWebcamTexBack; private WebCamTexture mWebcamTexFront; int back = -1, front = -1, current = -

2021-07-10 20:12:11 158

原创 [vgis]hololens-hat集成方案

2021-07-10 20:10:01 123

原创 Hololens接受蓝牙数据

BluetoothReceiver.csusing System;using System.Collections.Generic;using System.Linq;using System.Runtime.InteropServices.WindowsRuntime;using System.Text;using System.Threading.Tasks;using UnityEngine;using UnityEngine.UI;using Windows.Devices.Blu

2021-07-10 20:08:44 477 2

原创 如何动态修改hololens Camera的位置和旋转角度

一、将HololensCamera对象,放到一个空的GameObject下,命名为HololensComponent.如:二、需要更改HololensCamera的位置和旋转角度的时候只需要更改HololensComponent的transform.position和transform.localEulerAngles便可如:GameObject.Find("Hol...

2020-09-09 15:20:04 946

原创 hololens连接电脑、导出数据

1、用数据线将hololens连接到电脑2、用浏览器打开127.0.0.1:100803、输入用户名、密码4、确认后会跳转到管理页面5、如果要导出数据,菜单面板上有,点击操作便可...

2020-09-09 15:19:38 2458 5

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除