fixstars / ion-kit

Modernized graph-based data processing framework
MIT License
7 stars 6 forks source link

Feature/port access #163

Closed xinyuli1204 closed 10 months ago

xinyuli1204 commented 10 months ago
  1. Allow pipeline to access the index of port if there are multiple outputs. eg. n["output"][1]
  2. Add test code "port-access"
  3. Add building blocks : Camera2 (output 2 ports, one image per port) and CameraN (output one port , n images per port)
  4. Fix "parse_url" to handle both https and http request.