OpenCV camshift.py sample broken after Diamondback upgrade
Hello OpenCV + ROS users,
I will submit a ticket for this but I'm wondering if anyone has a quick fix in the meantime. I was using the camshift.py OpenCV Python sample successfully under Cturtle. Now, using Diamondback (Debian packages), I get the following error after selecting a rectangle to track:
Traceback (most recent call last):
File "camshift.py", line 115, in <module>
demo.run()
File "camshift.py", line 79, in run
(iters, (area, value, rect), track_box) = cv.CamShift(backproject, self.track_window, crit)
TypeError: <unknown> is not a numpy array
Does anyone know how I can modify this line to make it work? I am using the latest camshift.py from SVN since the samples don't seem to be included in the ROS vision_opencv stack.
Thanks! patrick