User Manual
- 42 -
3.10.2 Running result
3.11 Set HDR mode
3.11.1 Sample code
/*Get HDR mode*/
HDRConf hdr_conf;
HPS3D_GetHDRConfig(&handle, &hdr_conf);
printf
("1hdr_conf.hdr_mode = %d\n",hdr_conf.hdr_mode);
/*set AUTO_HDR mode*/
HPS3D_SetHDRMode(&handle,
AUTO_HDR
);/*AUTO_HDR = 1*/
HPS3D_GetHDRConfig(&handle, &hdr_conf);
printf
("2hdr_conf.hdr_mode = %d\n",hdr_conf.hdr_mode);
3.11.2 Running result
3.12 Set/get HDR configuration
3.12.1 Sample code
/*get distance filter parameter*/
HDRConf hdr_conf, set_conf;
HPS3D_GetHDRConfig(&handle, &hdr_conf);
printf
("1hdr_conf.hdr_mode = %d\n",hdr_conf.hdr_mode);//1
printf
("1hdr_conf.hdr_disable_integration_time
= %d\n",hdr_conf.hdr_disable_integration_time);//7500
printf
("1hdr_conf.qualtity_overexposed = %f\n",hdr_conf.qualtity_overexposed);//500
printf
("1hdr_conf.qualtity_overexposed_serious










