Object_list makes segmentation fault

In sample program “body_tracking.py”, I’ve tried to insert the following line after zed.retrieve_objects and got a segmentation fault. What was the problem?

zed.retrieve_objects(bodies, obj_runtime_param)
print(len(bodies.object_list))

my environment

  • jetson xavier nx
  • ubuntu 18.04.5 LTS
  • ZED SDK 3.3.3
  • Python 3.6.9

Can you try the 3.4.0 RC available here :
ZED SDK 3.4.0 Release Candidate ?
let me know if the problem is still here.

Thanks for letting me know.
I will try the new SDK.

I’v tried SDK 3.4.0 RC and it works!!