mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 15:16:34 +00:00
Fixed PC build to work with ONNX Yolov10 files
This commit is contained in:
@@ -47,12 +47,11 @@ void AiEngine::inferenceResultsReceivedSlot(AiEngineInferenceResult result)
|
||||
{
|
||||
//qDebug() << "AiEngine got inference results in thread: " << QThread::currentThreadId();
|
||||
|
||||
#ifdef OPI5_BUILD
|
||||
mGimbalControl->inferenceResultSlot(result);
|
||||
cv::imshow("Received Frame", result.frame);
|
||||
#endif
|
||||
|
||||
//#ifndef OPI5_BUILD
|
||||
//cv::imshow("Received Frame", result.frame);
|
||||
//#endif
|
||||
cv::imshow("Received Frame", result.frame);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user