keijiro / Rsvfx

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

Device not detected while using Intel RealSense D455 Model #46

Open yaqqolerz opened 5 months ago

yaqqolerz commented 5 months ago

Hello, i was trying this project, my realsense model is D455, and when i pressed play it shows error device not detected. also i can only open it in 2019.2.5f1 editor (it would'nt change to 2020 or newer version), i tried to import the newest realsense sdk and it still doesn't do nothing, it just show another error when i play it. is there anything that i could do to fix this? thanks a lot!

keijiro commented 5 months ago

Does it work with the official SDK samples?

yaqqolerz commented 5 months ago

it does works with the sdk provided by intel

keijiro commented 5 months ago

Does it mean Intel.RealSense.unitypackage?

yaqqolerz commented 5 months ago

yes, i tried that package and there are samples in there, the device does works

keijiro commented 5 months ago

Thanks for the clarification. Then the issue must be on my plugin side.

Unfortunately, I don't have any idea about the issue. I haven't touched this plugin for five years, so I can't remember anything about it.

yaqqolerz commented 5 months ago

well that's unfortunate:( anyway can you give me suggestion on how to use the skeleton tracking provided by realsense in unity? because i tried to search multiple examples on the internet and so far none works or they're just showcasing the project. by far your project is the closest to what i need right now, thanks a lot!