Rendering images captured with differentcameras #11
Unanswered
freerafiki
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I create this discussion out of issue #5 to make it easier to read, follow or add something.
The key point is the following: since I used mostly R29 for capturing, there are a few parameters which are tuned for that camera!
The python notebook available in samples can guide you through the rendering from disparity process on a different camera!
In the rendering part, we have three factors related to the lenses:
For any other camera, you can change these parameters.$0$ and $1$ .$0.0$ to $0.2$ ), $0.2$ to $0.4$ ) and $0.4$ to $1$ ). Yours can be different.
They refer to the range, I virtually subdivide the scene between
In this case, microlens of
type 1
will cover the initial part of the scene (type 2
the middle part (type 0
the end (User @crvogt in Issue #5 used the following for the Raytrix R5 camera:
For a more detailed discussion, see the issue #5 and the python notebook which has an additional experiment with comments and code!
Beta Was this translation helpful? Give feedback.
All reactions