In my xxx, I just added the obj_meta.text_params.font_params.font_color.set and the obj_meta.text_params.text_bg_clr.set(0.0, 0.0, 1.0, 1.0). But nothing changes. Shouldn’t such properties be changed by these set commands? What am I missing here?
while l_obj is not None:
try:
# Casting l_obj.data to pyds.NvDsObjectMeta
obj_meta = pyds.NvDsObjectMeta.cast(l_obj.data)
except StopIteration:
break
obj_counter[obj_meta.class_id] += 1
obj_meta.rect_params.border_color.set(0.0, 0.0, 1.0, 1.0)
obj_meta.text_params.font_params.font_color.set(1.0, 1.0, 1.0, 1.0)
obj_meta.text_params.text_bg_clr.set(0.0, 0.0, 1.0, 1.0)
try:
l_obj = l_obj.next
except StopIteration:
break
I can’t upgrade DeepStreeam version because I am trapped into a nightmare called Advantec fanless computer MIC-730AI. Their equipment are distributed with Nvidia Jetson AGX Xavier but doesn’t support versions higher than I have. For instance, it AGX Xavier performs just 1.4x better than Nvidia Nano devkit. Can’t understand why Nvidia supports Advantec as a partner. I strongly recommend new users to avoid Advantec.
As I see from the code you suggested, I am doing the right thing, my package version is the one who doesn’t support it. Even changing “process-mode” to 1 (GPU).
There is no update from you for a period,
assuming this is not an issue anymore.
Hence we are closing this topic.
If need further support, please open a new one. Thanks