summaryrefslogtreecommitdiffstats
path: root/meta-arago-extras/recipes-apps/voxelsdk/voxelsdk/0006-Include-people-count-report-in-stdout-for-testing.patch
blob: 5fd163e0fa7f8a06c67e5b1cf2414f5ddbeee7fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 05d08ba8e4559024852b3d4b5187d2c4d9c496bc Mon Sep 17 00:00:00 2001
From: Djordje Senicic <x0157990@ti.com>
Date: Tue, 5 Feb 2019 09:56:47 -0500
Subject: [PATCH] Include people count report in stdout, for testing

Signed-off-by: Djordje Senicic <x0157990@ti.com>
---
 Demos/Horus.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Demos/Horus.cpp b/Demos/Horus.cpp
index de1837e..7ee3e88 100644
--- a/Demos/Horus.cpp
+++ b/Demos/Horus.cpp
@@ -189,6 +189,7 @@ void Horus::update(Frame *frame)
            }
         }
         putText(drawing, "Cnt="+to_string(peopleCount), cv::Point(40, 30), FONT_HERSHEY_PLAIN, 1, Scalar(255, 0, 0));
+        cout << endl << "Cnt=" << peopleCount << endl;
       }
 
       if(main_thread_image_cnt < 2)
-- 
2.17.1