ortclib / ortclib-sdk

C# / C++ ORTC Lib SDK for UWP, iOS, and Android
BSD 2-Clause "Simplified" License
100 stars 36 forks source link

Hololens pose sync #21

Open DaniloCCP opened 5 years ago

DaniloCCP commented 5 years ago

I'm looking for a way to combine WebRTC with HoloLens synchronized pose data. Would peercc-unity example help me to achieve this purpose? where can I get your latest WebRTC HoloLens code running? Regards, Danilo.

jamescadd commented 5 years ago

Hi Danilo,

Here's a sample that does the above: https://github.com/phongcao/webrtc-mrvc-sample

The latest working branch is still this one, which requires older Unity tooling: https://github.com/ortclib/ortclib-sdk/tree/Mosa/20180320-peercc-unity

We are currently very close to having M66 running in Unity with with a 2018 toolset. I'll update you when that's ready, or you can keep an eye on the issues here which is where the work is taking place: https://github.com/webrtc-uwp/webrtc-uwp-sdk

Thanks, James

DaniloCCP commented 5 years ago

Thanks for you answer

DanAndersen commented 5 years ago

@jamescadd Is M66 working with Unity at this point? I am working on updating an old application of mine that uses the HoloLens with WebRTC and want to know what is the known best/current branch to work off of.

jamescadd commented 5 years ago

Hi @DanAndersen - the latest is still based on M62 and is available here: https://github.com/ortclib/ortclib-sdk/tree/Mosa/m62-peercc-unity (it does however use the 2018.2 Unity tooling). Still working through an issue on M66 and will update when it's available.