Skip to content

Payload options

You can optionally set payload options (payload size and your metadata) in the camera controller:

cameraController.setPayloadOptions(
    PayloadOptions.createPayloadOptions(IadOptions.PayloadSize.Normal, "some-external-metadata")
)

These options will be used in the current and next capture sessions.