Object detection and Body Tracking Integration issues

Hello,

Currently I have installed ZED2-SDK in windows 11 with cuda. I am running zed-example and right now 3D object detection and body tracking is working fine. I want to integrate the both in same window, but I am not able to merge them in same opengl window. Do you have any document or reference available, from where I can check this integrations.

As given in this example, how can we integrate the trajectory and speed in 3D object detection ?

Thank you
Viraj Hapaliya

Hello,

If I understand what you need, you’d need to know opengl a bit. I advise you do some tutorials and take inspiration in our samples. If you don’t need 3D, using OpenCV will be easier.

Antoine