Drawing Shapes on the Vision System

Hi!! I am a rookie programmer and I am stuck. Our team wants to draw a shape on the raw image from the camera on the smartdashboard. We watched a video and figured out how to draw it and run it on the applet viewer. However when we ran it on the smartdashboard applet it did not work and we do not know how to fix it… Does anyone have any suggestions any and all help will be appreciated :]

[Java] In the examples from WPI, there is one called Intermediate vision. Part of the example is creating a circle on top of the image. It might help to take a look at this if you are interested in incorporating something like it in your code.

Hope this helps