We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a3ebe commit 1b39cf0Copy full SHA for 1b39cf0
programs/grabberControls2Gui/run.py
@@ -33,7 +33,7 @@ def main(remote_port: 'Remote port running the AravisGigE grabber'='/grabber'):
33
34
# Create and configure driver
35
options = yarp.Property()
36
- options.put('device', 'remote_grabber')
+ options.put('device', 'frameGrabber_nwc_yarp')
37
options.put('remote', remote_port)
38
options.put('local', '/grabberControls2Gui')
39
dd = yarp.PolyDriver(options)
0 commit comments