Hello,
I'm trying to get output from the IMU rotation vector on our OAK-D PRO W (recently purchased and listed as supported,.) When trying to run the IMU Rotation Vector example ( https://github.com/luxonis/depthai-python/blob/main/examples/IMU/imu_rotation_vector.py ) I get:
Traceback (most recent call last):
File "imu_rotation_vector.py", line 31, in <module>
with dai.Device(pipeline) as device:
RuntimeError: IMU(0) - IMU invalid settings!: ROTATION_VECTOR output is unsupported. BMI270 supports only ACCELEROMETER_RAW and/or GYROSCOPE_RAW outputs.
Any idea?