中文字幕 日本 在线 高清,久久精品国产99精品国,超碰人人香蕉,一区二区三区无码高清视频

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

開發(fā)要求

Hololens 運行與Win10,應(yīng)用程序是與UWP(通用windows開發(fā)平臺)構(gòu)建的,開發(fā)Hololens 這樣的全息體驗對電腦的配置要求也是相當高的。

硬件配置:

1.64位Windows 10專業(yè)版,企業(yè)版或教育版(家庭版不支持Hyper-V)

2.64位CPU

3.8GB以上的RAM

4.在BIOS中,必須具備以下功能:

  • 硬件輔助虛擬化

  • 二級地址轉(zhuǎn)換(SLAT)

  • 基于硬件的數(shù)據(jù)執(zhí)行保護(DEP)

5.對于GPU,需DirectX 11.0或更高版本,WDDM 1.2驅(qū)動程序或更高版本

關(guān)于Hyper-V,它是微軟的一款虛擬化產(chǎn)品,采用類似Vmware和Citrix開源Xen一樣的基于hypervisor的技術(shù)。

第二部分:安裝

1.啟用虛擬化,即在PC上啟用硬件虛擬化。

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

詳細步驟請看:

https://msdn.microsoft.com/library/windows/apps/jj863509(v=vs.105).aspx

2.啟用Hyper-V

3.安裝Visual Studio 2017或Visual Studio 2015 Update3(https://developer.microsoft.com/en-us/windows/downloads)

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

4.安裝HoloLens emulator(https://developer.microsoft.com/en-us/windows/mixed-reality/hololens_emulator_archive)

5.安裝Unity(https://unity3d.com/cn/get-unity/download)

關(guān)于詳細的安裝視頻,可以看看老外的這個教程:

不過不知道什么原因,視頻騰訊過不了所以大家可以在優(yōu)酷看,或者點擊閱讀原文

視頻:

http://v.youku.com/v_show/id_XMTUzMjQ2Nzk0MA==.html

第三部分:關(guān)于Hololens 模擬器

HoloLens模擬器允許你在沒有Hololens的情況下在PC上測試全息應(yīng)用程序,并附帶Hololens開發(fā)工具集。仿真器使用Hyper-V虛擬機。

關(guān)于輸入:

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

  1. 向前,向后,向左和向右走 – 使用鍵盤上的W,A,S和D鍵或Xbox控制器上的左鍵。

  2. 查找向上,向下,向左和向右 – 單擊并拖動鼠標,使用鍵盤上的箭頭鍵或Xbox控制器上的右鍵。

  3. 空氣敲擊手勢 – 右鍵單擊鼠標,按鍵盤上的Enter鍵,或使用Xbox控制器上的A按鈕。

  4. 綻放手勢 – 按鍵盤上的Windows鍵或F2鍵,或按Xbox控制器上的B按鈕。手動移動滾動 – 按住Alt鍵,按住鼠標右鍵,向上/向下拖動鼠標,或者在Xbox控制器中按住右側(cè)觸發(fā)器和A按鈕,向上和向下移動右側(cè)手柄。

關(guān)于工具欄:

在主窗口的右側(cè),您將找到仿真器工具欄。工具欄包含以下按鈕:

  • 關(guān)閉:關(guān)閉模擬器。

  • 最小化:最小化仿真器窗口。

  • 人工輸入:鼠標和鍵盤用于模擬模擬器的人工輸入。

  • 鍵盤和鼠標輸入:鍵盤和鼠標輸入直接傳遞到HoloLens操作系統(tǒng)作為鍵盤和鼠標事件,就像連接了藍牙鍵盤和鼠標一樣。

  • 適合屏幕:適合模擬器屏幕。

  • 縮放:使仿真器越來越大。

  • 幫助:打開模擬器幫助。

  • 打開設(shè)備門戶:在仿真器中打開HoloLens OS的Windows設(shè)備門戶。

  • 工具:打開“ 其他工具 ”窗格。

開發(fā)—-Hello,HoloLens!

首先我們在unity中新建一個項目,接著添加一個簡單的3D模型進行測試,比如:

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

接著部署Windows Store

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

接著,點擊Build,生成VS項目:

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

啟動VS:

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

一般默認情況下,從Unity導(dǎo)出的UWP應(yīng)用程序在任何Windows 10設(shè)備上運行。由于HoloLens是不同的,應(yīng)用程序應(yīng)該利用僅在HoloLens上可用的功能。為此,您需要在Visual Studio TargetDeviceFamily中的Package.appxmanifest文件中設(shè)置為“Windows.Holographic” ,如下:

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

接下來,就可以運行啦:

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

第五部分:輸入事件總結(jié)

1

GAZE凝視操作

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

在Hololens中,使用的是用戶的頭部位置與方向來gaze,而不是眼睛。

示例代碼(PS:核心在于RayCast):

using UnityEngine;

public class WorldCursor : MonoBehaviour

{

private MeshRenderer meshRenderer;

// Use this for initialization

void Start()

{

// Grab the mesh renderer that's on the same object as this script.

meshRenderer = this.gameObject.GetComponentInChildren();

}

// Update is called once per frame

void Update()

{

// Do a raycast into the world based on the user's

// head position and orientation.

var headPosition = Camera.main.transform.position;

var gazeDirection = Camera.main.transform.forward;

RaycastHit hitInfo;

if (Physics.Raycast(headPosition, gazeDirection, out hitInfo))

{

// If the raycast hit a hologram…

// Display the cursor mesh.

meshRenderer.enabled = true;

// Move the cursor to the point where the raycast hit.

this.transform.position = hitInfo.point;

// Rotate the cursor to hug the surface of the hologram.

this.transform.rotation = Quaternion.FromToRotation(Vector3.up, hitInfo.normal);

}

else

{

// If the raycast did not hit a hologram, hide the cursor mesh.

meshRenderer.enabled = false;

}

}

}

2

手勢輸入

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

示例代碼:

using UnityEngine;

using UnityEngine.VR.WSA.Input;

public class GazeGestureManager : MonoBehaviour

{

public static GazeGestureManager Instance { get; private set; }

// Represents the hologram that is currently being gazed at.

public GameObject FocusedObject { get; private set; }

GestureRecognizer recognizer;

// Use this for initialization

void Start()

{

Instance = this;

// Set up a GestureRecognizer to detect Select gestures.

recognizer = new GestureRecognizer();

recognizer.TappedEvent = (source, tapCount, ray) =>

{

// Send an OnSelect message to the focused object and its ancestors.

if (FocusedObject != null)

{

FocusedObject.SendMessageUpwards(\”OnSelect\”);

}

};

recognizer.StartCapturingGestures();

}

// Update is called once per frame

void Update()

{

// Figure out which hologram is focused this frame.

GameObject oldFocusObject = FocusedObject;

// Do a raycast into the world based on the user's

// head position and orientation.

var headPosition = Camera.main.transform.position;

var gazeDirection = Camera.main.transform.forward;

RaycastHit hitInfo;

if (Physics.Raycast(headPosition, gazeDirection, out hitInfo))

{

// If the raycast hit a hologram, use that as the focused object.

FocusedObject = hitInfo.collider.gameObject;

}

else

{

// If the raycast did not hit a hologram, clear the focused object.

FocusedObject = null;

}

// If the focused object changed this frame,

// start detecting fresh gestures again.

if (FocusedObject != oldFocusObject)

{

recognizer.CancelGestures();

recognizer.StartCapturingGestures();

}

}

}

Update方法會持續(xù)檢查是否有任何對象被注視并將對象設(shè)置為焦點,以便在點擊時向?qū)ο蟀l(fā)送一個輕擊的事件。GestureRecognizer負責(zé)識別用戶的手勢。

3

語音輸入

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

示例代碼:

using System.Collections.Generic;

using System.Linq;

using UnityEngine;

using UnityEngine.Windows.Speech;

public class SpeechManager : MonoBehaviour

{

KeywordRecognizer keywordRecognizer = null;

Dictionarykeywords = new Dictionary();

// Use this for initialization

void Start()

{

keywords.Add(\”Reset world\”, () =>

{

// Call the OnReset method on every descendant object.

this.BroadcastMessage(\”OnReset\”);

});

keywords.Add(\”Drop Object\”, () =>

{

var focusObject = GazeGestureManager.Instance.FocusedObject;

if (focusObject != null)

{

// Call the OnDrop method on just the focused object.

focusObject.SendMessage(\”OnDrop\”);

}

});

// Tell the KeywordRecognizer about our keywords.

keywordRecognizer = new KeywordRecognizer(keywords.Keys.ToArray());

// Register a callback for the KeywordRecognizer and start recognizing!

keywordRecognizer.OnPhraseRecognized = KeywordRecognizer_OnPhraseRecognized;

keywordRecognizer.Start();

}

private void KeywordRecognizer_OnPhraseRecognized(PhraseRecognizedEventArgs args)

{

System.Action keywordAction;

if (keywords.TryGetValue(args.text, out keywordAction))

{

keywordAction.Invoke();

}

}

}

4

.音頻輸入

醬學(xué)堂|Hololens 開發(fā)入門(hololens開發(fā)教程)

示例代碼:

using UnityEngine;

public class SphereSounds : MonoBehaviour

{

AudioSource audioSource = null;

AudioClip impactClip = null;

AudioClip rollingClip = null;

bool rolling = false;

void Start()

{

// Add an AudioSource component and set up some defaults

audioSource = gameObject.AddComponent();

audioSource.playOnAwake = false;

audioSource.spatialize = true;

audioSource.spatialBlend = 1.0f;

audioSource.dopplerLevel = 0.0f;

audioSource.rolloffMode = AudioRolloffMode.Custom;

// Load the Sphere sounds from the Resources folder

impactClip = Resources.Load(\”Impact\”);

rollingClip = Resources.Load(\”Rolling\”);

}

// Occurs when this object starts colliding with another object

void OnCollisionEnter(Collision collision)

{

// Play an impact sound if the sphere impacts strongly enough.

if (collision.relativeVelocity.magnitude >= 0.1f)

{

audioSource.clip = impactClip;

audioSource.Play();

}

}

// Occurs each frame that this object continues to collide with another object

void OnCollisionStay(Collision collision)

{

Rigidbody rigid = this.gameObject.GetComponent();

// Play a rolling sound if the sphere is rolling fast enough.

if (!rolling && rigid.velocity.magnitude >= 0.01f)

{

rolling = true;

audioSource.clip = rollingClip;

audioSource.Play();

}

// Stop the rolling sound if rolling slows down.

else if (rolling && rigid.velocity.magnitude < 0.01f)

{

rolling = false;

audioSource.Stop();

}

}

// Occurs when this object stops colliding with another object

void OnCollisionExit(Collision collision)

{

// Stop the rolling sound if the object falls off and stops colliding.

if (rolling)

{

rolling = false;

audioSource.Stop();

}

}

}

OnCollisionEnter,OnCollisionStay而OnCollisionExit事件確定何時開始播放音頻剪輯,是否繼續(xù)音頻剪輯以及何時停止播放音頻剪輯。

AR醬原創(chuàng),轉(zhuǎn)載務(wù)必注明

微信號AR醬(ARchan_TT)

AR醬官網(wǎng):www.arjiang.com

版權(quán)聲明:本文內(nèi)容由互聯(lián)網(wǎng)用戶自發(fā)貢獻,該文觀點僅代表作者本人。本站僅提供信息存儲空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如發(fā)現(xiàn)本站有涉嫌抄襲侵權(quán)/違法違規(guī)的內(nèi)容, 請發(fā)送郵件至 舉報,一經(jīng)查實,本站將立刻刪除。

(0)
上一篇 2024年5月3日 上午8:05
下一篇 2024年5月3日 上午8:17

相關(guān)推薦

  • cis科研項目廈門

    廈門:cis科研項目的新篇章 隨著數(shù)字化和信息化的快速發(fā)展,cis(企業(yè)標識系統(tǒng))科研項目已經(jīng)成為企業(yè)標識管理中的重要組成部分。廈門這個城市,因其悠久的歷史和文化,以及美麗的海灘和…

    科研百科 2025年2月22日
    1
  • 報考項目管理師

    報考項目管理師 隨著項目管理在各個領(lǐng)域的重要性不斷凸顯,越來越多的人開始關(guān)注項目管理師的報考。作為項目管理領(lǐng)域的專業(yè)人士,項目管理師不僅可以幫助個人和企業(yè)提高項目管理水平和效率,還…

    科研百科 2024年8月19日
    1
  • 慢病管理系統(tǒng)項目

    慢病管理系統(tǒng)項目:實現(xiàn)慢性病管理的現(xiàn)代化 隨著人口老齡化和生活方式的改變,慢性病患者的數(shù)量不斷增加。慢性病包括糖尿病、高血壓、心臟病、癌癥等,這些疾病不僅會對患者的身體健康造成嚴重…

    科研百科 2024年12月17日
    5
  • 增強黨組織政治功能和組織功能(增強黨組織政治功能和組織功能,堅持)

    來源:人民網(wǎng)-人民日報 習(xí)近平總書記在黨的二十大報告中對“增強黨組織政治功能和組織功能”作出新的全面部署,明確指出:“嚴密的組織體系是黨的優(yōu)勢所在、力量所在。各級黨組織要履行黨章賦…

    科研百科 2023年6月13日
    244
  • 科研項目立項編寫規(guī)范

    科研項目立項編寫規(guī)范 科研項目立項是項目啟動的第一步,也是最重要的一步。正確的立項規(guī)范能夠確保項目的成功,并降低項目失敗的風(fēng)險。以下是一些編寫科研項目立項規(guī)范的建議: 1. 項目背…

    科研百科 2025年3月16日
    2
  • 科研項目類別面上項目

    科研項目類別:面上項目 科研項目類別是評估科研項目質(zhì)量的重要標準之一。面上項目是面向整個學(xué)術(shù)界的常規(guī)研究項目,旨在促進學(xué)術(shù)研究和知識傳播。本文將介紹如何評價面上項目,以及如何為研究…

    科研百科 2025年3月4日
    10
  • “深i工”APP與深圳工會會員順豐寄件優(yōu)惠項目上線(深圳順豐工會電話號碼)

    7月26日,“深i工”APP及深圳工會會員順豐寄件優(yōu)惠項目上線暨職工品質(zhì)生活展示活動在深舉行。該活動由中國國防郵電工會、廣東省總工會、深圳市總工會指導(dǎo),順豐集團工會主辦,順豐速運深…

    科研百科 2024年8月7日
    6
  • 九思協(xié)同辦公系統(tǒng)

    九思協(xié)同辦公系統(tǒng): 讓工作更高效 隨著現(xiàn)代辦公環(huán)境的不斷發(fā)展和變化,協(xié)同辦公系統(tǒng)已經(jīng)成為企業(yè)日常運營中不可或缺的一部分。九思協(xié)同辦公系統(tǒng)是一款功能強大、易于使用、安全可靠的辦公軟件…

    科研百科 2025年1月2日
    2
  • 生物技術(shù)科研項目的負責(zé)人

    生物技術(shù)科研項目的負責(zé)人 隨著科技的不斷發(fā)展,生物技術(shù)成為了當今社會不可或缺的一部分。生物技術(shù)在醫(yī)療、農(nóng)業(yè)、工業(yè)等領(lǐng)域都有著廣泛的應(yīng)用,對于人類的生存和發(fā)展都有著重要的意義。作為生…

    科研百科 2024年8月11日
    3
  • 肺結(jié)核耐藥科研項目名稱大全(肺結(jié)核耐藥科研項目名稱)

    肺結(jié)核耐藥科研項目名稱: 探究我國肺結(jié)核耐藥的機制和措施 近年來,肺結(jié)核耐藥問題已經(jīng)成為我國疾病控制領(lǐng)域的一個重要問題。由于耐藥菌株的出現(xiàn),許多耐藥肺結(jié)核患者無法得到及時有效的治療…

    科研百科 2024年4月10日
    78