Closed xnd-r closed 1 year ago
Camera movement LevelSequence templates are used to modify camera extrinsics/intrinsics during a sequence. Since they modify Actors of your specific project Level you need to create them yourself. We do not provide code to automate this step.
Orbit
template modifies the yaw of BE_CameraRoot
and Zoom
templates modify the focal length of the BE_CineCameraActor_Blueprint.
Below an example image for the archVizUI3
orbit scenes where we keyframe BE_CameraRoot
yaw from 90 to 180. End keyframe time is always automatically adjusted to sequence end time. See create_level_sequences_csv.py for additional information.
Thank you very much!
Hi, I have successfully created a level sequence with
camera_movement == "Static"
, but if I'm trying to change the camera movement parameter, e.g. to "Orbit", I'm getting the next error:Could you please give me some advice on how to solve this issue?