- This topic has 3 replies, 2 voices, and was last updated 5 years, 9 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forum › SOFA › Using SOFA › [SOLVED] How to use the RecordedCamera component?
Tagged: 64_bits, RecordedCamera, SOFA_1806, Windows_7
hi all,
Does any one have ever used RecordedCamera component? I have open the RecordedCamera.scn and NavigationRecordedCamera.scn in runsofa, however, I have no idea how to operate the camera and navigate in the scene world, is there any shortcuts or parameters to start the navigate in the scene?
Hi @xiaojuan
I never used it myself but the example scene helped me.
With the RecordedCamera, you define yourself the position of the camera where you will make the recording: using the position and rotationLookAt datafields.
With the scene NavigationRecordedCamera, you define a series of position/orientations that the camera will follow at specific time frames: using the cameraPosition (vector of positions) and cameraOrientations (vector of orientations) datafields. The motion of the camera is done between a starting time (startTime) and the end time (endTime).
Do never hesitate to have a short look in the C++ code for a better understanding.
Best wishes,
Hugo
Hi,Hugo
Sorry for late reply.
Thank you for your advice, I will follow the tips and have a try.
You can close this thread.
WARNING
The forum has been moved to GitHub Discussions.
Old topics and replies are kept here as an archive.