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.

Acquisition method of CameraResolution in the research mode

Hello.

I occurred a problem.
And It hasn't resolve yet :'(

I wrote the following code.

        cameraResolution = 
            PhotoCapture.SupportedResolutions
           .OrderByDescending((res) => res.width * res.height).First();

and in the research mode

InvalidOperationException: Sequence contains no elements
   at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)

Will occur.
I can obtain cameraResolution correctly by releasing the research mode.

I think other acquisition method in the research mode.

Does anyone know the solution?

Answers

  • Hi @ShingoMORIO36 ,
    If you don't mind, could you answer a few question, so I could understand your scenario better please ?
    1. Is this App a Unity App or UWP ?
    2. Have you enabled Research Mode ?
    3. Is your end goal to access the PhotoVideo camera or Research Mode cameras ?

    Thanks

  • sshiv

    Thank you for your comment.

    1. Is this App a Unity App or UWP ?

    I tried Unity App.

    1. Have you enabled Research Mode ?

    Yes. I have.
    I enabled Research mode.

    1. Is your end goal to access the PhotoVideo camera or Research Mode cameras ?

    I want to use both. if I possible.
    Can't I use RGB camera on research mode? by any chance.

Sign In or Register to comment.