pyorc.CameraConfig.to_dict_str#
- CameraConfig.to_dict_str() Dict [source]#
Convert the current instance to a dictionary with all values converted to strings.
- Returns:
A dictionary representation of the instance where all values are strings. If an attribute is an instance of Polygon, it is converted to its string representation.
- Return type:
dict