Oh I see. I misunderstood your question initially. It’s not that SceneCapture is not capturing post but rather that your render target texture is empty when used in post material, right?
I think I managed to recreate it and the problem for me was that the capture camera itself was using the same post material so I ended up with a loop. Limiting the scope of my PostProcessVolume fixed it.