Hello everyone.
The Mixed Reality Forums here are no longer being used or maintained.
There are a few other places we would like to direct you to for support, both from Microsoft and from the community.
The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.
For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.
If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.
And always feel free to hit us up on Twitter @MxdRealityDev.
The Mixed Reality Forums here are no longer being used or maintained.
There are a few other places we would like to direct you to for support, both from Microsoft and from the community.
The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.
For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.
If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.
And always feel free to hit us up on Twitter @MxdRealityDev.
Locatable Camera in Remote
Simple question : is it possible to access the locatable camera in remote in c++/DirectX (aka without Unity) ?
I am trying to add a working code sample for getting picture frames + their intrinsics and extrinsics parameters to the RemotingHostSampleUWP from the companion kit. I have enabled webcam capacity in the manifest.
task<std::shared_ptr<VideoFrameProcessor>> VideoFrameProcessor::CreateAsync(void) { return create_task(MediaFrameSourceGroup::FindAllAsync()) .then([](IVectorView<MediaFrameSourceGroup^>^ groups) { int nbSources = groups->Size; } }
But this is actually called on the desktop and thus is finds the computer webcam and not the Hololens camera. How could I access it ?
Tagged:
1