intel realsense d400 family support

lhjk

New Member
Is there a timeline for d415, d435, d435i support?
Or is there no such thing, and are we, with d400 family, forever doomed to never use the camera to its full extent when streaming through obs?

I see very few questions about this so expect there are only very few people using the camera, but what is the point of having realsense plugins at all if it will never support the newest version of the camera, and only supports the cameras that are no longer manufactured?

The d400 family has been out for more than a year, so I feel if there was a schedule, it should already be out or announced....
 

RealLetsPlay89

New Member
I also have the problem that I have an Intel Realsense D415 and I like to let the plugin run, but unfortunately it doesn't work. Did anyone hear a solution?
 

bengl3rt

New Member
The current OBS plugin depends on background removal functionality which was removed, pun intended, from the 2.0 version of the RealSense SDK. The newer D4xx cameras only work with the new SDK.

However, the new SDK does include some *example code* for background removal, so I got it working by modifying the align-advanced code sample to transmit NDI using the NDI SDK (because I use NDI extensively anyway in my streaming). I also set it to use a pixel format with alpha (BGRA) and had it fill in the background pixels with transparency instead of the color grey. OBS magically does the right thing with this.

It is equally plausible that this approach could be wrapped up in a new OBS plugin.

If that sounds like more coding than you want to take on, my other suggestion is to launch "rs-align-advanced.exe" which is in the "tools" directory of the RealSense SDK 2.0 installation, then do a window capture of that, and apply a chroma key filter on the grey background. I have not tested that but it may work.
 
Top