What is the best way to make my SceneCapture2D component only update every second?

I’m working with a material that is using a render texture from a SceneCapture. I want this to only update every second instead of every frame. Should I do this in my material, and if so how?