Im usign python and opencv to get a image from the webcam, and I want to know how to draw a circle over my image, just a simple green circle with transparent fill
try
cv2.circle(img, center, radius, color[, thickness[, lineType[, shift]]])
See the documentation for more details