Today, I expanded the area I collected, but a new problem has arisen

Today, I expanded the area I collected, but a new problem has arisen

  1. I set up a square area of 3 meters * 3 meters, and set up cameras in four corners, two cameras in each corner, one high and one low, a total of 8 cameras. The settings for each camera are 720p color resolution, 640*576 depth mode.
  2. Such a camera arrangement can capture an area of 2 meters * 2 meters.
  3. When I opened livestreaming, a new error appeared. Looking at this error, it seems that the amount of data is too large. Is this because the area I am collecting is too large?

@MarkChen We have seen this before when trying to reconstruct large volumes - Notice that the Total Voxel Count in the Depthkit Studio Mesh Source component is over 1,600,000,000! - Ideally, this number is somewhere in the 30,000 to 200,000 range, depending on playback system performance. I am assuming you have already set the near and far planes of each sensor before exporting, but if you haven’t, be sure to pull those in as close to the performance as possible before exporting out of Depthkit. Here are some options to try:

  • Even with a larger volume, the default positions of the Volume Bounds (outlined in white) often create a larger volume than what is needed. Try pulling these closer until your mesh reappears when you click the Set Surface Buffer Capacity button.
  • Also, reduce the Volume Density in the Depthkit Studio Mesh Source component. In your screenshot, it is set to 100. Try starting with a low value like 30, then clicking the Set Surface Buffer Capacity button to see if the mesh reappears. If it does, bring the Volume Density up a little higher and set the surface buffer capacity again. Keep doing this until the mesh disappears and you get the error again. This will indicate the maximum density that your system can handle.
  • Instead of using the standard Depthkit Studio renderer, use the Depthkit Studio Lite renderer, which performs much better with larger volumes.

Do as you said, a new problem has occurred, but still can’t see the results

I set the near and far planes of each sensor before exporting,I set it smaller,a new problem has occurred

@MarkChen What is the Total Voxel Count listed in the Depthkit Studio Mesh Source component? Does this change before/after clicking the Set Surface Buffer Capacity button?

Also, for livestreams, it is best to click the Set Surface Buffer Capacity button when you have a person in your scene. The button calculates how many triangles are needed in that moment to render your asset, and an empty scene requires a different number of triangles than a scene with a person in it.