Event Repeater And CustomRenderPass export

I have X camera positions to teleport, and i want camera to teleport each frame. Also, i’m exporting custom render pass from sequencer. I added camera cuts and camera actor with event Repeater, and set the Repeater to call Event in Camera, which teleports it to next position. However, when i start rendering photo sequence, on the output i see the difference between the current position and current frame. For example, on frame export 03 i have camera position 13, But at the start it was 0 frame and 0 position. It looks like the repeater gets evaluated 3 times per each frame. Any info how to sync the camera teleportation and frame capture?