You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when I try and add a particle cloud region that is not at start up.
Process terminated unexpectedly.
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at MSKinectDevice.depthFrameHandler(MSKinectDevice* )
at MSKinectDevice.processThread(MSKinectDevice* )
at MSKinectDevice.processThread(Void* pParam)
Seems that I have to set the regions to blank before adding new ones.
The text was updated successfully, but these errors were encountered:
I get the following error when I try and add a particle cloud region that is not at start up.
Process terminated unexpectedly.
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at MSKinectDevice.depthFrameHandler(MSKinectDevice* )
at MSKinectDevice.processThread(MSKinectDevice* )
at MSKinectDevice.processThread(Void* pParam)
Seems that I have to set the regions to blank before adding new ones.
The text was updated successfully, but these errors were encountered: