Issues with accessing Reachy's Cameras

Hello,

I am trying to access Reachy’s cameras, and as I was trying to run the notebook “record images from camera” I couldn’t get past the third cell, as it was telling me that it could not find the module “utils.vision”. When looking at the software modules themselves I can’t find it either.

Am I missing something here?

Thank you!

Hi @lupusmalus,

The notebook you tried to use is really outdated, I don’t know why we still had it there.
You should use this notebook instead.

The cameras are accessed with the command:

success, img = reachy.head.right_camera.read()
success, img = reachy.head.left_camera.read()
3 Likes