Max Kostin
Max Kostin
+1 would love to see it
+1 would love to see it
Please share repro steps. No repro so far. TestApp is successfully working 30min after stopping depth stream.
Hi @ADNewbie > The MATLAB® shared library interface supports C library routines only. > ... > The shared library interface does not support C++ classes or overloaded functions elements. However,...
Please let me know if this is still an issue.
`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...
Are you having this issue with 1.8 ([master](https://github.com/MSOpenTech/KinectCommonBridge)) or [2.0](https://github.com/MSOpenTech/KinectCommonBridge/tree/2.0) version? If it is the former please take a look at issue #8, solution is using [ccomptr-8 branch](https://github.com/MSOpenTech/KinectCommonBridge/tree/ccomptr-8) or use...
Just in case you're already on the right branch and your setup is missing ATL for some other reason see [these](http://stackoverflow.com/questions/3898287/c-include-atlbase-h-is-not-found) [solutions](http://stackoverflow.com/questions/16404092/cannot-open-include-file-atlbase-h-no-such-file-or-directory) on stackverflow.
Hi @mariuszkreft, there is no active development on this ticket now, so please feel free to look into it and contribute a fix.