Crosshairs overlay

I would like to add a graphic overlay in a cross hair pattern to align the camera position on a fixed point. Had a good look at docs and examples but cannot see anything.

https://openmv-doc.readthedocs.io/library/omv.image.html#image.image.draw_cross

Many thanks.

I have this working but only on the detected rectangle. I really wanted a crosshair pattern that was visible at all times.

Cheers

Just move the draw image command to be executed always per loop…