depthai icon indicating copy to clipboard operation
depthai copied to clipboard

[Feature-Request] IMUComponent in SDK - auto-enable all available sensors

Open Erol444 opened this issue 2 years ago • 0 comments

Start with the why:

SDK should already know which IMU is onboard. By default, auto-use all available sensors for that IMU.

Move to the what:

When user creates IMUComponent, by default, it should enable all available sensors for that particular IMU.

Move to the how:

With dai.Device query which IMU is onboard, and auto-enable all of the available IMU sensors by default (if user doesn't specify otherwise).

Erol444 avatar Apr 17 '23 09:04 Erol444