Hi,
If you are looking to apply post-processing effects to your output, you can find a sample implementation of tone mapping in the official CameraX test app repository. The sample demonstrate how to use the CameraEffect and SurfaceProcessor APIs for different use cases.
Here are the link to the sample implementations:
To help us better understand the specific issue you are facing, could you please provide a code snippet of how you are currently implementing the effect or configuring your pipeline?
Thanks!