CpuUsage.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace dai {
6 
12 struct CpuUsage {
16  float average;
20  int32_t msTime;
21 };
22 
23 DEPTHAI_SERIALIZE_EXT(CpuUsage, average, msTime);
24 
25 } // namespace dai
dai::DEPTHAI_SERIALIZE_EXT
DEPTHAI_SERIALIZE_EXT(CameraSensorConfig, width, height, minFps, maxFps, fov, type)
dai::CpuUsage::msTime
int32_t msTime
Definition: CpuUsage.hpp:20
dai::CpuUsage
Definition: CpuUsage.hpp:12
Serialization.hpp
dai
Definition: CameraExposureOffset.hpp:6
dai::CpuUsage::average
float average
Definition: CpuUsage.hpp:16


depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19