Fixed some wrapper & doc typos

This commit is contained in:
gineshidalgo99
2017-05-03 10:05:47 -04:00
parent 417e43645f
commit 340622fee3
6 changed files with 7 additions and 6 deletions
@@ -358,7 +358,7 @@ int openPoseTutorialWrapper2()
// Producer (use default to disable any input)
// Consumer (comment or use default argument to disable any output)
opWrapper.configure(wrapperStructPose, op::WrapperStructInput{}, wrapperStructOutput);
// Set to single-thread running (for debugging purposes)
// Set to single-thread running (e.g. for debugging purposes)
// opWrapper.disableMultiThreading();
op::log("Starting thread(s)", op::Priority::Max);