We’re hoping to be able to draw a few circles on top of the video within a custom WPICameraExtension we are developing so that the aggregate result can be displayed on the SmartDashboard.
The BinaryImage Java class has methods to draw polygons and lines. We’re having trouble figuring out how to draw circles using these methods. If we could get ahold of the underlying IplImage we could use OpenCV to draw the circles.
Does anyone have any advice for us?
Thanks,
- scott