keijiro / Rsvfx

An example that shows how to connect RealSense depth camera to Unity VFX Graph
Other
734 stars 110 forks source link

Releasing vertex data #16

Closed FernandoMonroy closed 5 years ago

FernandoMonroy commented 5 years ago

Thanks for such a great tool.

I review the SDK RS code and you make your own improvements. I assume that the MemCopy native function is now embedded on the native side.

How you release Vertex data on your RS SDK version, previosly you need to call .Release().

keijiro commented 5 years ago

There is no modification in the RealSense SDK. I just implemneted a custom component that receives data from a RealSense device using the SDK components. Why did you think that I made improvements on the SDK?

keijiro commented 5 years ago

I'm closing this issue now. Please feel free to reopen for further questions.

FernandoMonroy commented 5 years ago

Sorry for the lack of communication.

I test your implementation with the Points component and I get around 3 to 5 frames up in contrast with the original Intel Real Sense SDK.