Open fatbringer opened 9 months ago
Sorry for latter reply, location
is the world coordinate of the camera; rotation
represents Pitch, yaw, and roll, and fov
is the filed of view ranged from 1.0 to 130.0.
@Elin24 I see. Does the location correlate with real world equivalent height? Like is 100 in Z coordinate = 1m approximately to real life size?
Sorry, I'm not sure about this.
You can suppose it is 1m. if it is not right there will be just a scale factor for correction because the coordinate is linear to the physical world.
hello! I have a question regarding the format of the JSON files
"camera": {"location": [-1429.03, -969.06, 32.7857], "rotation": [-19.942, 1.10123e-05, 92.217], "fov": 40.0}}
for the camera location, does it represent X, Y and Z value? Is the Z value the height in terms of metres?
For the FOV value, is that the pitch angle down from the horizontal view? Or is the rotation value, which of them is the pitch angle?
Thanks!