Adobe Animate 2019.
camera.resetPosition(frameIndex)
frameIndex:int
Nothing
Reset camera position to the original position i.e (0,0,0).
The following example resets camera position to the original position i.e (0,0,0):
var timeline = an.getDocumentDOM().getTimeline();
timeline.camera.resetPosition(0);