keijiro / Rsvfx

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

Changing resolutions? #10

Closed rygo6 closed 5 years ago

rygo6 commented 5 years ago

Hello I have this working with realsense d410 and I was trying to change the resolution. But can't seem to get any other resolution to work. I tried 1280x720 both at 60 fps and 30 fps which I thought the d410 supported, but that doesn't work. Is it possible to set it to a resolution other than 640x480?

keijiro commented 5 years ago

I confirmed that 1280x720@30fps works with my d415. Hint: You also have to change the resolution of Position/Depth render textures.

keijiro commented 5 years ago

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

rygo6 commented 5 years ago

Render texture resolution was the problem. Thank you.