SystemInformation

System information message is created by the SystemLogger node.

Examples of functionality

Reference

class depthai.SystemInformation

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

getData(self: object) → numpy.ndarray[numpy.uint8]
Returns

Reference to internal buffer

getRaw(self: depthai.ADatatype)depthai.RawBuffer
setData(*args, **kwargs)

Overloaded function.

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

Parameter data:

Copies data to internal buffer

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

Parameter data:

Copies data to internal 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?

We’re always happy to help with code or other questions you might have.