OrbbecSDK 2.0.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
HDR_CONFIG Struct Reference

HDR Configuration. More...

#include <ObTypes.h>

Public Attributes

uint8_t enable
 Enable/disable HDR, after enabling HDR, the exposure_1 and gain_1 will be used as the first exposure and gain, and the exposure_2 and gain_2 will be used as the second exposure and gain. The output image will be alternately exposed and gain between the first and second exposure and gain.
 
uint8_t sequence_name
 Sequence name.
 
uint32_t exposure_1
 Exposure time 1.
 
uint32_t gain_1
 Gain 1.
 
uint32_t exposure_2
 Exposure time 2.
 
uint32_t gain_2
 Gain 2.
 

Detailed Description

HDR Configuration.

Definition at line 1348 of file ObTypes.h.

Member Data Documentation

◆ enable

uint8_t HDR_CONFIG::enable

Enable/disable HDR, after enabling HDR, the exposure_1 and gain_1 will be used as the first exposure and gain, and the exposure_2 and gain_2 will be used as the second exposure and gain. The output image will be alternately exposed and gain between the first and second exposure and gain.

Attention
After enabling HDR, the auto exposure will be disabled.

Definition at line 1357 of file ObTypes.h.

◆ sequence_name

uint8_t HDR_CONFIG::sequence_name

Sequence name.

Definition at line 1358 of file ObTypes.h.

◆ exposure_1

uint32_t HDR_CONFIG::exposure_1

Exposure time 1.

Definition at line 1359 of file ObTypes.h.

◆ gain_1

uint32_t HDR_CONFIG::gain_1

Gain 1.

Definition at line 1360 of file ObTypes.h.

◆ exposure_2

uint32_t HDR_CONFIG::exposure_2

Exposure time 2.

Definition at line 1361 of file ObTypes.h.

◆ gain_2

uint32_t HDR_CONFIG::gain_2

Gain 2.

Definition at line 1362 of file ObTypes.h.


The documentation for this struct was generated from the following file: