RaspberryPi
certifiedcloudRaspberry Pi physical-world access (GPIO, camera, system stats)
pip install chp-adapter-raspiAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
camera_capturev1.0.0Capture a still image. Returns file path, size, and resolution. Image bytes not in evidence.
chp.adapters.raspi.camera_capturegpio_readv1.0.0Read digital state of a GPIO pin.
chp.adapters.raspi.gpio_readgpio_writev1.0.0Write digital state to a GPIO pin.
chp.adapters.raspi.gpio_writesystem_statsv1.0.0CPU temperature, memory, disk usage, and uptime. No hardware dependencies.
chp.adapters.raspi.system_stats