I want to render a depth image with following situations:
the target obj should be located on the global frame with position (0, 0, 0), and don't move.
the position of the camera should be setted on different position and then render depth images, but all of them should point at the object.
I want to ask, if I could use pyrender to realise it, if it is possible, how to set the camera parameter?
Hi,
I want to render a depth image with following situations: the target obj should be located on the global frame with position (0, 0, 0), and don't move. the position of the camera should be setted on different position and then render depth images, but all of them should point at the object.
I want to ask, if I could use pyrender to realise it, if it is possible, how to set the camera parameter?
Thanks.