CineCaptureComponent no visual difference with SceneCaptureComponent

I need to export captured frames from multiple locations to their own render targets. In order to do so, I placed multiple SceneCaptureComponent2D actors.
I have tried to replace them with the experimental CineCaptureComponent2D in order to have a better visual result. But so far I don’t see any other difference than a bit more luminosity :confused:


The screenshot shows the original CineCamera on the left side, and the captured image from a CineCaptureComponent2D on the right side.


The screenshot shows the original CineCamera on the left side, and the captured image from a SceneCaptureComponent2D on the right side.


This image show the same (almost) scene with the top being captured by a SceneCaptureComponent2D while the bottom one with a CineCaptureComponent2D .