Closed Fabio53443 closed 8 months ago
visionSensorHandle = sim.getObject('/VisionSensor')
img, [resX, resY] = sim.getVisionSensorImg(visionSensorHandle)
img = np.frombuffer(img, dtype=np.uint8).reshape(resY, resX, 3)
IDEA: save image in a temp/persistent folder then pass the image as a file to the qr library
Done
get an image from the kinect into the python workspace, possibly in a tag-scanning library of sorts.