@capgo/ricoh360
Provides an SDK for the Ricoh360 cameras for Capacitor.
Overview
Section titled “Overview”Provides an SDK for the Ricoh360 cameras for Capacitor.
Core Capabilities
Section titled “Core Capabilities”initialize- Initializes the SDK with camera URL.getCameraAsset- Retrieves a camera asset from a URL and returns it as base64.listFiles- Lists files stored on the camera.capturePicture- Captures a picture.
Public API
Section titled “Public API”| Method | Description |
|---|---|
initialize | Initializes the SDK with camera URL. |
getCameraAsset | Retrieves a camera asset from a URL and returns it as base64. |
listFiles | Lists files stored on the camera. |
capturePicture | Captures a picture. |
captureVideo | Captures a video. |
livePreview | Starts live preview. |
stopLivePreview | Stops live preview. |
readSettings | Reads camera settings. |
setSettings | Sets camera settings. |
sendCommand | Send raw command to camera. |
getPluginVersion | Get the native Capacitor plugin version. |
Source Of Truth
Section titled “Source Of Truth”This reference is synced from src/definitions.ts in capacitor-ricoh360-camera-plugin.