Skip to content

camera.ui Go SDK

Go SDK for building plugins that extend camera.ui — add cameras, run motion / object / face / license-plate / audio detection, deliver notifications, and more.

Install

go get github.com/cameraui/sdk/go

Next steps

  • Plugin Guide — everything you need to ship a Go plugin in one page: contract, lifecycle, sensors, storage, optional interfaces.
  • API Reference — module-by-module reference auto-generated from Go doc comments.

For complete production plugins to study, see plugins/ in the camera.ui repo.