Replies: 1 comment 1 reply
-
Hello @saadam1n, One idea that comes to mind is to write a small Blender plugin to help author and visualize the camera trajectories, and then export them as CSVs to be imported by your rendering script. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is more of a general question than anything else, but what is the easiest way to define a camera trajectory? I am collecting a bunch of 1 spp images for a temporal denoising dataset and I would like to have the camera follow a pre-defined path. I am aware that I can use multiple sensors for this (https://mitsuba.readthedocs.io/en/stable/src/rendering/multi_view_rendering.html) with a different sensor for each frame but I am not sure how to generate the positions for my sensors. Are there some tools I could use to make trajectory generation easy and make sure the trajectories do not pass through the walls of my scene? Alternatively, is there already a Mitsuba compatible dataset of scenes that have camera trajectories?
Beta Was this translation helpful? Give feedback.
All reactions