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.

Select sensor presets from the bottom drawer

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")
Effect of applying the ``over_exposed_warm`` preset

and the “Low Contrast Dark” preset:

Apply the “Low Contrast Dark” preset
world.camera.apply_preset("low_contrast_dark")
Effect of applying the ``low_contrast_dark")`` preset

Tip

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