Scene first frame

Why the first frame of the scene is executed before the Camera LateUpdate()?

I tried to set the initial position in OnStart() method, but still, the a first frame is rendered ignoring any of my calculations.

Why does that happen? is there a way to ignore the first frame?

The method must be named “Start()”, not “OnStart()”.