Entity’s viewFrom in 2D

Hey.
I have created an entity and placed the viewFrom prop in its constructor so i could set the camera higher when the entity is been tracked (viewer.trackedEntity).
It seems that no matter what Cartesian3 value I set, I get the same camera position when tracking.
When I try this in 3D mode , its working correctly .
Is there any workaround ?

Thank you