Closed Harsharma2308 closed 4 years ago
Hi, I haven’t tried set_capture_resolution()function But My solution is that
To check the current resolution of your camera, you can call cam.get_resolution() Result is [width, height]
Sorry updated set_capture_resolution
to set_resolution
. Every time I set the resolution, that particular vision sensor gets paused I guess, and calling capture_rgb shows a complete black image. Other cameras do show the images on calling capture_rgb.
I am also using rlbench. It starts working when I run some other command in the environment. So I cannot say if it is a PyRep issue entirely. Closing this for now.
I want to change the resolution of a camera. On changing the camera resolution by calling
cam.set_resolution((size,size))
The camera just stops streaming images.I also try to plot images by -
It just shows a blank black image. How do I set the camera resolution to be higher?