LiquidAI-project / wasmiot-supervisor

Device supervisor to manage deployment of WebAssembly modules. Works together with wasmiot-orchestrator.
MIT License
0 stars 1 forks source link

Add endpoint description -based logic for passing an image forward #15

Closed trkks closed 1 year ago

trkks commented 1 year ago

Based on description in received deployment's instructions, call an endpoint with image (image/jpeg?) as the request payload.

trkks commented 1 year ago

Capturing and returning the image to caller works (with Pi) on bf35849, but forwarding not yet tested.