How can I use the video recorder to record from the first person view of the operator?
How can I use the video recorder to record from the first person view of the operator?
The easiest way to do this is to tell the view to follow the operator before telling it to record.
If you want to start following at certain point during the model run then you would have to use the function_s api.
function_s(view, "follow", object); // Pass in NULL to stop following function_s(view, "setFollowRotate", boolean); function_s(view, "setFollowFirstPerson", boolean);
Another tricky thing is that the video recorder creates its own hidden 3D view on which you also need to call follow.
If this is my 3D view:
VIEW:/some/path/Perspective
The hidden 3D view will be something like this:
VIEW:/some/path/Perspective/RecordingPopup2412423376/recview
I will change this so that follow will call itself on the hidden 3D view. This change will be in the next bugfix: 17.2.4
Everything explained for how to follow an operator applies to following an item. You can either start the model running and then right-click the item you want to follow and then choosing to follow it, or you can use the commands specified above to follow the flow item. You will simply need to correctly reference the item you want to follow, and restrict the commands being executed to a single item at a time.
You do not need to worry about calling the commands on the hidden 3D window used by the video recorder (assuming you're even using the video recorder), because the latest version of FlexSim will automatically follow in both the 3D view you specified and the hidden 3D view.
8 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved