Back to Picoclaw

MaixCam

docs/channels/maixcam/README.md

0.2.81.4 KB
Original Source

Back to README

MaixCam

MaixCam is a dedicated channel for connecting to Sipeed MaixCAM and MaixCAM2 AI camera devices. It uses TCP sockets for bidirectional communication and supports edge AI deployment scenarios.

Configuration

json
{
  "channel_list": {
    "maixcam": {
      "enabled": true,
      "type": "maixcam",
      "host": "0.0.0.0",
      "port": 18790,
      "allow_from": []
    }
  }
}
FieldTypeRequiredDescription
enabledboolYesWhether to enable the MaixCam channel
hoststringYesTCP server listening address
portintYesTCP server listening port
allow_fromarrayNoAllowlist of device IDs; empty means all devices are allowed

Use Cases

The MaixCam channel enables PicoClaw to act as an AI backend for edge devices:

  • Smart Surveillance: MaixCAM sends image frames; PicoClaw analyzes them using vision models
  • IoT Control: Devices send sensor data; PicoClaw coordinates responses
  • Offline AI: Deploy PicoClaw on a local network for low-latency inference