Reading From Depth Camera #61
Answered
by
YoruCathy
Yey007
asked this question in
Help - Programming
-
Hi! I am trying to now read from the camera, but unfortunately, there are errors at runtime. Here is the code I have used: camera = env.create_camera(
id=654321, name="camera", width=1920, height=1116, fov=60, is_in_scene=True
)
camera.getRGB() I got the width, height, and FOV values by looking at the output of
|
Beta Was this translation helpful? Give feedback.
Answered by
YoruCathy
Apr 28, 2024
Replies: 1 comment 1 reply
-
Added two test scripts and updated the reshape stuff. Could you pull and see if it works? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Yey007
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added two test scripts and updated the reshape stuff. Could you pull and see if it works?