HOG.py example gives RuntimeError: Sensor Timeout!!

I copied the Histogram of Oriented Gradients (HoG) Example (hog.py) code in to the IDE and received a “RuntimeError: Sensor Timeout!!” error.

I am able to run different code through the IDE mostly fine (I’m receiving a strange error on the crazy_drawing.py example code where an error is thrown when it gets to the “Draw Keypoints” part of the code… but the rest runs just fine when I comment that section out) …


I’m on Firmware Version: 2.4.1

Hi, hog example is not working will fix in the next release.

Re the draw_keypoints, this function accepts a list of keypoint objects, it’s called with the wrong args, will remove it from the example.

Thanks!