pepper.framework.component.camera module

class pepper.framework.component.camera.CameraComponent(backend)[source]

Bases: pepper.framework.abstract.component.AbstractComponent

Exposes the on_image event to Applications

Parameters:backend (AbstractBackend) – Application Backend
on_image(image)[source]

On Image Event. Called every time an image was taken by Backend

Parameters:image (AbstractImage) – Camera Frame