doughtmw / HoloLens2-Machine-Learning

Using deep learning models for image classification directly on the HoloLens 2.
MIT License
107 stars 28 forks source link

unity main camera scripts #5

Closed zeinabh94 closed 2 years ago

zeinabh94 commented 2 years ago

Hello,

I’m interested about HoloLens2 and I want to try this project in Unity but main camera doesn’t have any scripts . Can you guide me on this ?! Which scripts I have to use?!

Thank you !

doughtmw commented 2 years ago

Hi @zeinabh94, those scripts on the main camera are not required for running the sample and have been removed in the most recent commit. The relevant script is attached to the ScriptHolder game object in the main Unity scene.