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 had issues loading IR/Color on Windows while NiViewer works. I compared the code and the only difference is that, in NiViewer, stream.start() is called right after stream.create(). I changed ofxNI2.cpp to do the same and it worked fine. I will make pr soon.
The text was updated successfully, but these errors were encountered:
I had issues loading IR/Color on Windows while NiViewer works. I compared the code and the only difference is that, in NiViewer,
stream.start()
is called right afterstream.create()
. I changed ofxNI2.cpp to do the same and it worked fine. I will make pr soon.The text was updated successfully, but these errors were encountered: