actfw

actfw: a library supporting application development #

An application using a camera needs to manage three tasks concurrently for high throughput:

  • Capture: taking a picture with the camera
  • Predictor: classifying an image
  • Presenter: displaying on a screen

Some of these tasks are common in Actcast applications, e.g., capturing camera images and sending heartbeat to Actcast. The Python library actfw provides those features.


Back to Application Development