diff --git a/src/tools/frameGrabberGui2/dc1394thread.cpp b/src/tools/frameGrabberGui2/dc1394thread.cpp index 1a41654b2d..4453035f95 100644 --- a/src/tools/frameGrabberGui2/dc1394thread.cpp +++ b/src/tools/frameGrabberGui2/dc1394thread.cpp @@ -28,14 +28,14 @@ void DC1394Thread::run() // create usb thread yarp::os::Property config; - config.put("device", "remote_grabber"); + config.put("device", "frameGrabber_nwc_yarp"); config.put("remote",rem.toLatin1().data()); config.put("local",loc.toLatin1().data()); bool opened = grabberControl->open(config); if(!opened) { - yError() << "Cannot open remote_grabber device."; + yError() << "Cannot open frameGrabber_nwc_yarp device."; // TODO: What to do here?? }