KinectCommonBridge icon indicating copy to clipboard operation
KinectCommonBridge copied to clipboard

Starting of a stream doesn’t work after stopping

Open ArtemAntonets opened this issue 12 years ago • 1 comments

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

ArtemAntonets avatar Dec 09 '13 18:12 ArtemAntonets

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.

mkostin avatar Jun 10 '14 12:06 mkostin