Greetings:
The IPIPE in DM365 only supports the luminance brightness and saturation in LUM_ADJ block. For example, the lum_adj struct in IPIPE is:
if (cap.module_id == PREV_LUM_ADJ) {
lum_adj.brightness = 0;
lum_adj.contrast = 12;
mod_param.len = sizeof (struct prev_lum_adj);
mod_param.param = &lum_adj;
printf("Setting LUM Params for %s \n",cap.module_name);
}
So how to adjust the chroma saturation in DM365? Thanks;
Best Regards;