Signed-off-by: Djordje Senicic <[email protected]> --- ...e-count-report-in-stdout-for-testing.patch | 25 +++++++++++++++++++ .../recipes-apps/voxelsdk/voxelsdk_git.bb | 1 + 2 files changed, 26 insertions(+) create mode 100644 meta-arago-extras/recipes-apps/voxelsdk/voxelsdk/0006-Include-people-count-report-in-stdout-for-testing.patch
diff --git a/meta-arago-extras/recipes-apps/voxelsdk/voxelsdk/0006-Include-people-count-report-in-stdout-for-testing.patch b/meta-arago-extras/recipes-apps/voxelsdk/voxelsdk/0006-Include-people-count-report-in-stdout-for-testing.patch new file mode 100644 index 00000000..5fd163e0 --- /dev/null +++ b/meta-arago-extras/recipes-apps/voxelsdk/voxelsdk/0006-Include-people-count-report-in-stdout-for-testing.patch @@ -0,0 +1,25 @@ +From 05d08ba8e4559024852b3d4b5187d2c4d9c496bc Mon Sep 17 00:00:00 2001 +From: Djordje Senicic <[email protected]> +Date: Tue, 5 Feb 2019 09:56:47 -0500 +Subject: [PATCH] Include people count report in stdout, for testing + +Signed-off-by: Djordje Senicic <[email protected]> +--- + 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 + diff --git a/meta-arago-extras/recipes-apps/voxelsdk/voxelsdk_git.bb b/meta-arago-extras/recipes-apps/voxelsdk/voxelsdk_git.bb index fe27c166..f207f5a6 100644 --- a/meta-arago-extras/recipes-apps/voxelsdk/voxelsdk_git.bb +++ b/meta-arago-extras/recipes-apps/voxelsdk/voxelsdk_git.bb @@ -16,6 +16,7 @@ SRC_URI += " \ file://0003-Add-more-command-line-options-and-move-OpenCV-render.patch;patchdir=${S} \ file://0004-Platform-specific-op_clk_freq-setting.patch;patchdir=${S} \ file://0005-Exit-on-window-touch-mouse-even-left-button-click.patch;patchdir=${S} \ + file://0006-Include-people-count-report-in-stdout-for-testing.patch;patchdir=${S} \ " S = "${WORKDIR}/git" -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
