Created
August 3, 2017 01:36
-
-
Save monteslu/fe2a688767208177b54831a0df61ec6a to your computer and use it in GitHub Desktop.
face detection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"id":"h7jqQtSMQmU","type":"debug","z":"_alOBB8I5gw","name":"","active":true,"console":"false","complete":"results","x":500,"y":414,"wires":[]},{"id":"ywxCRTJ1Je4","type":"inject","z":"_alOBB8I5gw","name":"","topic":"","payload":"","payloadType":"date","repeat":"1","crontab":"","once":false,"allowDebugInput":false,"x":222,"y":146,"wires":[["xvq1gtW7UxQ"]]},{"id":"xvq1gtW7UxQ","type":"camera","z":"_alOBB8I5gw","name":"","animated":false,"x":209,"y":225,"wires":[["Oo8A3qMSxUA"]]},{"id":"Oo8A3qMSxUA","type":"shape","z":"_alOBB8I5gw","name":"","shapeType":"face","x":179,"y":300,"wires":[["98wVEP9htq0"]]},{"id":"98wVEP9htq0","type":"switch","z":"_alOBB8I5gw","name":"","property":"results.length","propertyType":"msg","rules":[{"t":"gt","v":"0","vt":"num"}],"checkall":"true","outputs":1,"x":401,"y":289,"wires":[["lEtqee3oBi8"]]},{"id":"lEtqee3oBi8","type":"change","z":"_alOBB8I5gw","name":"","rules":[{"t":"set","p":"left","pt":"msg","to":"results[0].boundingBox.left","tot":"msg"},{"t":"set","p":"top","pt":"msg","to":"results[0].boundingBox.top","tot":"msg"},{"t":"set","p":"height","pt":"msg","to":"results[0].boundingBox.height","tot":"msg"},{"t":"set","p":"width","pt":"msg","to":"results[0].boundingBox.width","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":252,"y":368,"wires":[["0RFYzXGQwbs"]]},{"id":"0RFYzXGQwbs","type":"image","z":"_alOBB8I5gw","name":"","operation":"crop","x":221,"y":460,"wires":[["h7jqQtSMQmU"]]}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment