Cross hairs on streaming image

Hi ,
Is it possible to put crosshairs in the centre of the live streaming image window ?

Mark

Hi @Mark,

with Qt and QML you can do this. See Tutorial/Foundation/Cvb++/QmlBlobSearch for an easy way to draw elements onto the display in image coordinates. The drawing part is QML only so it should be the same for Python and C++

Thank you .
It worked perfectly.
Mark