Pyds: NvOSD_RectParams lacks border_color property

The python interface seems to lack the border_color property for the RectParams:

Traceback (most recent call last):
  File "ds_test.py", line 113, in buffer_probe_cb
    obj_meta.rect_params.border_color.red = 1
AttributeError: 'pyds._NvOSD_RectParams' object has no attribute 'border_color'
# dir(obj_meta.rect_params)
['__class__', '__delattr__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__module__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', 'bg_color', 'border_width', 'color_id', 'has_bg_color', 'has_color_info', 'height', 'left', 'reserved', 'top', 'width']

Checking internally and will give u response later.

This property is indeed missing in the bindings. This will be fixed in the next release.