-
-
Notifications
You must be signed in to change notification settings - Fork 2k
-
|
Hi, I'm facing an issue and not actually sure how to solve it even though I've read the documentation for the I have a Pedestrian robot which has a camera named I would like to add text to this display, but I don't understand how to reference it from my controller. How to I get an instance of that current display so I can call Thanks in advance, |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
|
Webots allows you to display overlays from either cameras or displays. The camera overlay is not modifiable with the display api. In order to draw on top of a camera feed, you can link a display to the camera and then draw on the display. To do this, create a Note that you can toggle each overlay from the |
Beta Was this translation helpful? Give feedback.
All reactions
-
1
-
|
@CoolSpy3 Thanks for your fast reply and the tips. I will check the example that you are referring to! |
Beta Was this translation helpful? Give feedback.
All reactions
-
|
You're welcome; Good luck! I hope you get it working :D |
Beta Was this translation helpful? Give feedback.