From the issue #2 , in my opinion the creation process of session is not complete so this can explain why NullReferenceException is occured.
What I have done to fix this is to make sure the session initilization step is completed, before create SenseManager
By the way, I don't have any Intel Realsense device with me so if you have Intel Realsense device, I need your support to pull this branch and try is it work? Because I have never seen this error before too, so I can't reproduce it by myself.
From the issue #2 , in my opinion the creation process of session is not complete so this can explain why
NullReferenceException
is occured.What I have done to fix this is to make sure the session initilization step is completed, before create
SenseManager
By the way, I don't have any Intel Realsense device with me so if you have Intel Realsense device, I need your support to pull this branch and try is it work? Because I have never seen this error before too, so I can't reproduce it by myself.
Thank for your further support 😄