-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesn't work with D435i #11
Comments
Thanks for reporting the issue.
|
@keijiro |
I think the reason is there is no render texture output(color and position). |
How about decreasing the framerate in the Rs Device profile to 30? D415 supports 60 fps but I don't know if D435 supports it. |
@keijiro I tried, 30 or 60fps both working in RealSenseSDK demo, but still no rendering in the Rsvfx. |
IntelRealSense/librealsense#2455 |
Try changing regional settings on your pc. Especially date and number format to united states.
I spent days to understand why vfx rendering stops. It cripples the shader ehen you compile. It is a rarely known bug on unity. Timeline animations suffer from the same problem as well. When you try to rotate game objects, it goes to billions in degrees.
… On 13 Apr 2019, at 10:44, phields ***@***.***> wrote:
IntelRealSense/librealsense#2455
IntelRealSense/librealsense#3474
I found something useful.
It looks like the color and depth frame is not align on D435i ?(with same width&height)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I tried. |
How about upgrading the firmware? I hardly think it helps but should be tried once. |
Tried, I decided to return the D435i to Amazon. |
Hi, I have the D435 (not with the i) and also is not working. The console says this
For the T265 I see similar
D415 works as expected. For all three I'm getting the Serial number from the realsense viewer and putting it into Requested Serial Number. Are there any other steps required? |
@kromond Regarding T265, it has to be activated before the other RealSense devices. IntelRealSense/librealsense#3734 To do this with Capture.unity example, please try the following steps:
I'm trying to find a better solution to this issue. |
thank you @keijiro, T265 example working now. Also D435 works fine when I create a new RsDevice |
Finally I bought a D435i device and confirmed that it works without any problem on my side. I'm closing this issue now. Please feel free to reopen if it still reproduces. |
Probably you just need to rebuild all VFX graphs before pressing play. (Edit->Visual Effect-> Rebuild) |
It's simple. Change the color and depth frame rate to 30 and the 435i will work as well. |
Depth camera is on, but it's output nothing.
(Unity Version2019.1.0b10,everything is default)
The text was updated successfully, but these errors were encountered: