Hi there,
I’ve fllowed installation steps from this contribution but can not get it working. The nodes are not red but the camera does not start and there’s no texture output. When I tried to connect Preview (DX11.Texture) Inside TTY renderer I got message :
00:00:43 ERR : Exception caused by node during update :/73/1/16
00:00:43 ERR : Exception node name :RGB (Openni2 Openni2)
00:00:43 ERR : System.ArgumentNullException in SlimDX: Value cannot be null.
Parameter name: data
Stacktrace:
at SlimDX.Utilities.CheckArrayBounds(Array data, Int32 offset, Int32& count)
at SlimDX.DataStream.WriteRange[T](T data, Int32 offset, Int32 count)
at FeralTic.DX11.Resources.DX11DynamicTexture2D.WriteData[T](T data)
at VVVV.DX11.Nodes.Openni.OpenniColorTextureNode.Update(DX11RenderContext context)
at VVVV.DX11.Lib.RenderGraph.DX11DeviceRenderer.UpdateNode(DX11Node node)
00:00:43 - : Stack Trace
00:00:43 - : at SlimDX.Utilities.CheckArrayBounds(Array data, Int32 offset, Int32& count)
at SlimDX.DataStream.WriteRange[T](T data, Int32 offset, Int32 count)
at FeralTic.DX11.Resources.DX11DynamicTexture2D.WriteData[T](T data)
at VVVV.DX11.Nodes.Openni.OpenniColorTextureNode.Update(DX11RenderContext context)
at VVVV.DX11.Lib.RenderGraph.DX11DeviceRenderer.UpdateNode(DX11Node node)
At the same time with Gamma nuget it works properly so I presume its not a driver problem…
What do I miss here ??
vvvv version : beta 42
camera : Orbbec Astra Pro
Thanks !