gelsightinc / gsrobotics

GelSight SDK for robotic sensors
GNU General Public License v3.0
80 stars 24 forks source link

Correct the order of image width and height #17

Open TDA-2030 opened 1 year ago

TDA-2030 commented 1 year ago

After connecting the camera, the image's width and height are strangely reassigned in here. I thought the resize_crop_mini function had its arguments in the wrong order, so I changed them to the correct order.