Skip to content

@capgo/ricoh360

Provides an SDK for the Ricoh360 cameras for Capacitor.

Provides an SDK for the Ricoh360 cameras for Capacitor.

  • 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.
MethodDescription
initializeInitializes the SDK with camera URL.
getCameraAssetRetrieves a camera asset from a URL and returns it as base64.
listFilesLists files stored on the camera.
capturePictureCaptures a picture.
captureVideoCaptures a video.
livePreviewStarts live preview.
stopLivePreviewStops live preview.
readSettingsReads camera settings.
setSettingsSets camera settings.
sendCommandSend raw command to camera.
getPluginVersionGet the native Capacitor plugin version.

This reference is synced from src/definitions.ts in capacitor-ricoh360-camera-plugin.