Closed yg1031 closed 3 months ago
Thanks for your great work! I want to change camera resolution, I search the code and find definitions of cameras in assets/scene.xml, but there is no resolution defined. Could you explain how to change camera resolution, thanks.
========================================================= Solved:
obs['images']['top'] = physics.render(height=720, width=1280, camera_id='top')
<visual> <global offwidth="1280" offheight="720"/> </visual>
have you found any solution to this ? please help me
Thanks for your great work! I want to change camera resolution, I search the code and find definitions of cameras in assets/scene.xml, but there is no resolution defined. Could you explain how to change camera resolution, thanks.
========================================================= Solved: