Use sensor presets¶
Apply sensor presets to quickly match the color and exposure of the scene to your reference imagery.
From the bottom drawer, click on Camera to access various presets.

Selecting a preset will copy it to your clipboard. Paste it into your notebook and run the cell to apply the preset.
For example, to apply the “Over Exposed Warm” preset:
Apply the “Over Exposed Warm” preset¶
world.camera.apply_preset("over_exposed_warm")

and the “Low Contrast Dark” preset:
Apply the “Low Contrast Dark” preset¶
world.camera.apply_preset("low_contrast_dark")

Tip
If your use case requires presets outside of the available ones, contact Bifrost support and we’ll be glad to help.