I am recently working on exposure compensation and color temperature sliders for users to control. However, since the Extenders requires developers to pass in use case builders, it is impossible to send CaptureRequest to my current use case instance without making a new one, which requires re-binding and would result in lag.
Is there any way to avoid this re-binding process and send CaptureRequest to my current camera? It is kinda crucial for me create a smooth user experience.