I'm running a ros pointgrey camera drive as my input node, which publishes to /camera/left/image_raw, and I'm calling
rosrun cv_camera cv_camera_node /cv_camera/image_raw:=/camera/left/image_raw
but I get the following error:
[ERROR] [1533077476.693028660]: cv camera open failed: device_id0 cannot be opened
It seems cv_camera is trying to access the camera directly instead of publishing to its topic? How do I resolve this?