Skip to main content

camera.get_settings

Overview

  • Returns camera/input settings: FOV, mouse sensitivity, scroll wheel speeds, edge scroll state.

Metadata

FieldValue
DisplayGet Camera Settings
Categorycamera
AccessPublic
ScopeB1Standalone
Tags
Aliases

Parameters

  • This command takes no parameters.

Returns

Returns a JSON object with the following fields:

FieldTypeRequiredDescription
fovstringyesField of view
mouse_sensitivitystringyesFollow-view mouse sensitivity
follow_wheel_speedstringyesFollow-view scroll wheel speed
top_wheel_speedstringyesTop-view scroll wheel speed
edge_scroll_disabledstringyesWhether edge scrolling is disabled

Usage

await inzoi.cli.execute('camera.get_settings');