sourcebots / robot-api

(Legacy) API to interface with robotd
http://docs.sourcebots.co.uk/api/
MIT License
4 stars 1 forks source link

Convert the camera to being on-demand #35

Closed PeterJCLaw closed 6 years ago

PeterJCLaw commented 6 years ago

This means that users need to wait for the image to be processed but gives them much more control over how old the image data is.

In particular this opens up strategies where teams move the camera before taking a frame (to get a different view), or stop moving in order to remove motion blur.

See also https://github.com/sourcebots/robotd/pull/30.