SystemInformation

System information message is created by the SystemLogger node.

Examples of functionality

Reference

class depthai.SystemInformation
getData(self: object) → numpy.ndarray[numpy.uint8]
getRaw(self: depthai.ADatatype)depthai.RawBuffer
getSequenceNum(self: depthai.Buffer)int
getTimestamp(self: depthai.Buffer)datetime.timedelta
getTimestampDevice(self: depthai.Buffer)datetime.timedelta
setData(*args, **kwargs)

Overloaded function.

  1. setData(self: depthai.Buffer, arg0: list[int]) -> None

  2. setData(self: depthai.Buffer, arg0: numpy.ndarray[numpy.uint8]) -> None

setSequenceNum(self: depthai.Buffer, arg0: int)depthai.Buffer
setTimestamp(self: depthai.Buffer, arg0: datetime.timedelta)depthai.Buffer
setTimestampDevice(self: depthai.Buffer, arg0: datetime.timedelta)depthai.Buffer
class dai::SystemInformation : public dai::Buffer

SystemInformation message. Carries memory usage, cpu usage and chip temperatures.

Public Functions

SystemInformation()

Construct SystemInformation message.

SystemInformation(std::shared_ptr<RawSystemInformation> ptr)
~SystemInformation() = default

Public Members

MemoryInfo &ddrMemoryUsage
MemoryInfo &cmxMemoryUsage
MemoryInfo &leonCssMemoryUsage
MemoryInfo &leonMssMemoryUsage
CpuUsage &leonCssCpuUsage
CpuUsage &leonMssCpuUsage
ChipTemperature &chipTemperature

Private Functions

std::shared_ptr<RawBuffer> serialize() const override

Private Members

RawSystemInformation &systemInformation

Got questions?

Head over to Discussion Forum for technical support or any other questions you might have.