Is Body tracking works on lying people? Or How can I rotate svo file?

Hello,

I want to running “body tracking” code in rotated svo file.

I mean I want to know body tracking is working on lying people.

Or Can I running body tracking code with avi or mp4? (not svofile, just normal video format…)

I try some method ( cv2.rotate(left_display, cv2.ROTATE_90_CLOCKWISE) ) But It seems doesn’t matter with body tracking mode…

Hi @Lotus

You must record the SVO with a rotated camera, the SVO contains the raw camera information and the OD module works on them. If you rotate the images from the SVO you are doing that after the OD elaborations have been performed.

You must record an SVO with lying people :slight_smile:

This is not possible. The ZED SDK only accepts input from live cameras, SVOs, and ZED streaming.

See above.

1 Like

Thank you for your Reply :slight_smile:
By the way, could you tell me what OD module means?
Is it means Object Detection module?

Sorry, my fault. Yes, OD stands for Object Detection

1 Like

Thank you for your kind reply!
Have a nice day :slight_smile: