Relative Content

Tag Archive for python-3.xopencvobject-tracking

My cursor in one python code is centered on the reticle but not others

I’m trying to write an python object tracking code and I need my reticle to be centered on my mouse cursor. When I wrote the code using a black screen for the initial frame, it worked. The reticle was centered on my mouse and followed it perfectly. But when I wrote the code to open up my webcam to actually see and track objects the reticle wasn’t centered on my mouse anymore. (It was positioned lower left)