Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

Starting of a stream doesn’t work after stopping #2

Open
ArtemAntonets opened this issue Dec 9, 2013 · 1 comment
Open

Starting of a stream doesn’t work after stopping #2

ArtemAntonets opened this issue Dec 9, 2013 · 1 comment
Assignees

Comments

@ArtemAntonets
Copy link

After stream has been stopped (exception takes place), Start does not work:
KinectStartColorStream(m_hKCBHandle);

@mkostin
Copy link
Contributor

mkostin commented Jun 10, 2014

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants