ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to use the Mac book pro's iSight camera in ROS for the webcam?

asked 2016-05-19 11:45:16 -0500

pbarile gravatar image

I'm a ROS newbie and would like to use the internal camera called I believe iSight on my Mac Book Pro laptop to do some image processing development. I would like to know if anyone else has gone down this path and learn from their experinces. I'm running Parallels with Ubuntu 14.04 on my Mac. Thanks for any help, Phil.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-05-20 21:57:26 -0500

The iSight camera is a regular USB UVC webcam. You can tell Parallels to pass the camera through to the VM, and then use usb_cam to publish images from it in ROS.

edit flag offensive delete link more

Comments

Dan, thanks for the help! I got further by installing the usb_cam package and then executing it. I'm getting the same 'CalibrationFile is missing' error that is described at the very bottom of this link: http://laukh.com/ros/usb_cam/ . Can you tell me how/if I need to calibrate? I'm very confused.

pbarile gravatar image pbarile  ( 2016-05-21 21:28:59 -0500 )edit

If you want to calibrate your camera, you can use camera_calibration. Whether or not you need to do that depends entirely on your application. If you don't want to calibrate, you can ignore those messages.

Dan Lazewatsky gravatar image Dan Lazewatsky  ( 2016-05-22 10:14:04 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-05-19 11:45:16 -0500

Seen: 417 times

Last updated: May 20 '16