Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Custom remote rendering for hololens

Discussion in 'AR' started by rybaris, Oct 3, 2021.

  1. rybaris

    rybaris

    Joined:
    Oct 15, 2020
    Posts:
    1
    Hello.
    I am developing server app in c++ which takes pointcloud from Azure kinect DK, filtering it and then sending it over local network to unity Hololens app.

    Server runs on Windows computer with nVidia graphics. Unity client runs in HoloLens v1.

    I am sending points x,y,z,r,g,b to hololens, where i take it and using colored mesh render it.

    FPSs are not great and i am asking if i can develop server side rendering? (not Azure remote rendering, custom). I even did not know how to ask Google about it. Or where to start.
    Thanks for giving me direction :)