mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-23 00:06:35 +00:00
Added new qmake config option which enables real gimbal camera
Gimbal camera can be enabled and used for example with command: qmake6 CONFIG+=gimbal && make && ./rtsp_ai_player ~/azaion/models/onnx/yolov8m.onnx
This commit is contained in:
@@ -108,7 +108,9 @@ void AiEngineGimbalClient::inferenceResultSlot(AiEngineInferenceResult result)
|
||||
<< "Name:" << object.classStr
|
||||
<< "Probability:" << bestObjectProb;
|
||||
|
||||
emit zoomToAiTarget(target);
|
||||
if (mGimbalServer->isAvailable()) {
|
||||
emit zoomToAiTarget(target);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user