-
is there a focalLength property in AE?
For various reasons it’d be useful to be able to determine the field of view of a given camera, which (I think) you can get with this formula –
FoV = 2 * Math.atan(film_back / (2 * focal_length))
where film_back is the filmback in mm (usually 36 in AE) and focal_length is 35mm, 50mm, etc. I can’t seem to find a focalLength property anywhere though – does it exist?
Cheers
Nick