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
{{ message }}
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
KinectEnable[stream-name]() should always be called before calling KinectStart[stream-name](). This also applies to StartAllStreams() method that should be preceded by Enable...() for each sensor. This requirement is satisfied when switching between color and IR streams (In the TestApp) but is missing when starting the stream.
After stream has been stopped (exception takes place), Start does not work:
KinectStartColorStream(m_hKCBHandle);
The text was updated successfully, but these errors were encountered: