Skip to content

Instantly share code, notes, and snippets.

@QiMata
Created April 22, 2019 15:47
Show Gist options
  • Save QiMata/668a402c625fe3a1c9f8f74097fb1d7b to your computer and use it in GitHub Desktop.
Save QiMata/668a402c625fe3a1c9f8f74097fb1d7b to your computer and use it in GitHub Desktop.
The routes for the dog image storage
"routes": {
"cameraToObjectDetection": "FROM /messages/modules/camera/outputs/imageOutput INTO BrokeredEndpoint(\"/modules/objectDetection/inputs/incomingImages\")",
"cameraToImageStorage": "FROM /messages/modules/camera/outputs/imageOutput INTO BrokeredEndpoint(\"/modules/imageStorage/inputs/incomingImages\")",
"objectDetectionToMotionDetection": "FROM /messages/modules/objectDetection/outputs/objectDetectionOutput INTO BrokeredEndpoint(\"/modules/motionDetection/inputs/incomingObjectDetection\")",
"motionDetectionToDeleteImage": "FROM /messages/modules/motionDetection/outputs/motionDetectionOutput INTO BrokeredEndpoint(\"/modules/imageStorage/inputs/deleteImages\")"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment