|
Re: Overlaying rectangles over the targets in the camera feed
In your C++ code, you have a section that pads the data if there are fewer than four targets detected. The layout of the "null" clusters has the boolean last, while the actual data (which matches the Dashboard unbundle pattern) has the boolean first.
|