Skip to content

Core Camera Overview

Mr.P edited this page Aug 25, 2026 · 1 revision

Camera Overview

Use DeviceCameraAPI to read camera information and request photo or video capture on a connected device.

Camera APIs

  • Read cameraFirmwareVersion and maxVideoRecordDuration directly from the device.
  • Set the maximum video recording duration in minutes.
  • Start photo taking with CaptureMode .camera or .ai, then stop the photo-taking session.
  • Start or stop video recording.

Photo and video requests return device status codes. They do not return an app-local media path. Transfer captured media separately with the Media File Import APIs.

Available Guides

Browse the generated Wiki navigation for the pages in this section.

AIBuds SDK iOS Wiki

Clone this wiki locally