Skip to content

Commit

Permalink
Added initial clearing of MQTT topic
Browse files Browse the repository at this point in the history
  • Loading branch information
AndBobsYourUncle committed Mar 31, 2019
1 parent 14ca48e commit 54456cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ int main(int argc, char *argv[]) {
cli.connect(connOpts)->wait();
cout << "OK\n" << endl;

// Initial publish for "off"
top.publish(std::move("OFF"));

/** This demo covers a certain topology and cannot be generalized for any object detection **/
std::cout << "InferenceEngine: " << GetInferenceEngineVersion() << std::endl;

Expand Down
Binary file modified neural_security_system
Binary file not shown.

0 comments on commit 54456cb

Please sign in to comment.