IMUData¶
IMU data message is created by the IMU node.
Reference¶
-
class
depthai.IMUData IMUData message. Carries normalized detection results
-
getData(self: object) → numpy.ndarray[numpy.uint8] - Returns
Reference to internal buffer
-
getRaw(self: depthai.ADatatype) → depthai.RawBuffer
-
property
packets Detections
-
setData(*args, **kwargs) Overloaded function.
setData(self: depthai.Buffer, arg0: List[int]) -> None
- Parameter
data: Copies data to internal buffer
setData(self: depthai.Buffer, arg0: numpy.ndarray[numpy.uint8]) -> None
- Parameter
data: Copies data to internal buffer
-
Got questions?
We’re always happy to help with code or other questions you might have.