You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been looking into various ways to display the point cloud. It looks like there are some existing plugins for viewing point clouds in Unity. Here is an example that can stream point clouds from the iphone FaceID camera to Unity.
Premise is to convert the position info and RGB info into separate textures and get that into the Unity VFX graph, as is done in Rsvfx for data from a realsense camera.
The text was updated successfully, but these errors were encountered:
I have been looking into various ways to display the point cloud. It looks like there are some existing plugins for viewing point clouds in Unity. Here is an example that can stream point clouds from the iphone FaceID camera to Unity.
record3d_unity_demo
Premise is to convert the position info and RGB info into separate textures and get that into the Unity VFX graph, as is done in Rsvfx for data from a realsense camera.
The text was updated successfully, but these errors were encountered: