#include "MediaInfAiDataPtzTargetTrack.hpp"
|
| enum class | TypeE : uint8_t {
Motion
, Person
, Vehicles
, NonMotorVehicle
,
Pets
} |
| | 追踪类型 更多...
|
| |
| enum class | TypeE : uint8_t {
MotionDetection = 0
, PersonDetection
, FaceDetection
, Classify
,
FaceRecognition
, PersonRecognition
, TypeNum
, PassengerFlowStatistics
,
CrossingDetection
, InvasionDetection
, PersonVehicleNonDetection
, ElectricBicycleDetection
,
VehicleRecognition
, RegionalPeopleStatistics
, OffDutyDetection
, BabyCryDetection
,
PtzTargetTrack
, KeywordSpotting
, FlameSmokeDetection
} |
| | AI数据类型 更多...
|
| |
◆ TypeE
| 枚举值 |
|---|
| Motion | 移动
|
| Person | 人形
|
| Vehicles | 机动车辆
|
| NonMotorVehicle | 非机动车辆
|
| Pets | 未定义
|
◆ MediaInfAiDataPtzTargetTrack()
| Emx::MediaInfAiDataPtzTargetTrack::MediaInfAiDataPtzTargetTrack |
( |
| ) |
|
|
inline |
◆ GetSerializeSize()
| int Emx::MediaInfAiDataPtzTargetTrack::GetSerializeSize |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Serialize()
| void Emx::MediaInfAiDataPtzTargetTrack::Serialize |
( |
uint8_t * |
buffer | ) |
|
|
inlineoverridevirtual |
◆ Parse()
| void Emx::MediaInfAiDataPtzTargetTrack::Parse |
( |
const uint8_t * |
buffer, |
|
|
int |
size |
|
) |
| |
|
inlineoverridevirtual |
◆ msg
| DataMsg Emx::MediaInfAiDataPtzTargetTrack::msg |