Problem about HoloLens2 Mirroring to PC by API

seongbin kim 1 Reputation point
2021-09-17T02:22:55.163+00:00

The mirroring between the HoloLens and the PC occurred for about 3.5 seconds when using the existing AIP So I tried to open the HoloLens camera by video capturing through Python open cv, but it did not work. I wonder how to solve this case.

HoloLens Development
HoloLens Development
HoloLens: A family of Microsoft self-contained, holographic devices that enable engagement with digital content and interaction with holograms in the surrounding environment.Development: The process of researching, productizing, and refining new or existing technologies.
387 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Hernando Ren 2,166 Reputation points
    2021-09-17T07:48:10.337+00:00

    Hello, Welcome to Microsoft Q&A,

    So I tried to open the HoloLens camera by video capturing through Python open cv, but it did not work. I wonder how to solve this case.

    We are not clear about the details about the Python way you are trying, but in general, to share the first-person perspective as a video stream for the local user, you can also leverage built-in Miracast support to stream videos to the display receivers(such as your PC). For remote users or when you have non-Miracast receiver that you’d like to share with, please take a look at MixedReality-WebRTC. For more information, please refer to Mixed Reality official doc:Shared experiences in mixed reality.

    ----
    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments