Skip to content

Camera settings

CameraSettingsService

Service which can be used to communicate with Camera settings in UGC API.

To use this service, you need to instantiate it with a valid Move UGC client.

python from move_ugc import MoveUgc ugc = MoveUgc(api_key="my-api-key")

Call camera settings service methods directly

ugc.camera_settings.list()

list

list() -> ListBaseItems

List Camera settings in MoveUGC.

Returns:

Name Type Description
ListBaseItems ListBaseItems

List of Camera settings instances of Pydantic model type.