Skip to content

Instantly share code, notes, and snippets.

@tocttou
Created August 6, 2016 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tocttou/591d28bb89641ba7b94783687be65fdb to your computer and use it in GitHub Desktop.
Save tocttou/591d28bb89641ba7b94783687be65fdb to your computer and use it in GitHub Desktop.
import cvfy
app = cvfy.register("nongh:0.0.0.0:6391972:3000:8005:0.0.0.0")
@cvfy.crossdomain
@app.listen()
def runner():
cvfy.sendImageArray(['/home/abc.png', '/tmp/123.png'])
return 'OK'
app.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment