• setVerticalFlip error

I ran rotated_spatial_detections.py to use setVerticalFlip () in depthai-python/examples/mixed/

But, the following error occured.

AttributeError: 'depthai.ImageManipConfig' object has no attribute 'setVerticalFlip'

I want to make mirror image of color camera.

What should I check about thie error?

My device😮AK-D Lite

  • jakaskerl replied to this.
  • Hi ryuji
    The API should have vertical flip functionality (source).

    Perhaps you are using an older version of depthai library?

    Thanks,
    Jaka

    Hi ryuji
    The API should have vertical flip functionality (source).

    Perhaps you are using an older version of depthai library?

    Thanks,
    Jaka

    10 days later

    Hello Jaka,

    I used version 2.15.5, then I updated the version 2.21.2 as you mentioned.

    I fixed this issue.

    Thank you.

    Ryuji