switching image on the /icub/camcalib output port #617
-
Hello, We are using a Python script to take in /icub/cam/left and /icub/cam/ right which works fine (displays on display port fine, etc.) Any ideas what might this be caused by? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello, Attaching a screenshot here: These two yarpviews show the calibrated videos ( |
Beta Was this translation helpful? Give feedback.
-
Hi, You may consider sharing the Python script (maybe through a Gist) and any other piece of material that could help us narrow down the analysis. You may thus try the following to check how many ports are connected to the display one: yarp ping /icub/view/left Removing an unwanted connection can be achieved via the command |
Beta Was this translation helpful? Give feedback.
Hi,
You may consider sharing the Python script (maybe through a Gist) and any other piece of material that could help us narrow down the analysis.
At any rate, from what you reported, it looks like two streams are displaying images on the same
yarpview
.You may thus try the following to check how many ports are connected to the display one:
yarp ping /icub/view/left
Removing an unwanted connection can be achieved via the command
yarp disconnect /port-1 /port-2
.