Signed-off-by: Djordje Senicic <[email protected]>
---
 tidl_apps/tidl_demo_livecam_lg2/desc_tidl_demo_livecam_lg2.html | 5 +++++
 tidl_apps/tidl_demo_livecam_lg2/runTidlLiveCam_lg2.sh           | 5 +++++
 tidl_apps/tidl_demo_livecam_lg2/tidl_demo_livecam_lg2.desktop   | 9 +++++++++
 3 files changed, 19 insertions(+)
 create mode 100644 
tidl_apps/tidl_demo_livecam_lg2/desc_tidl_demo_livecam_lg2.html
 create mode 100644 tidl_apps/tidl_demo_livecam_lg2/runTidlLiveCam_lg2.sh
 create mode 100644 
tidl_apps/tidl_demo_livecam_lg2/tidl_demo_livecam_lg2.desktop

diff --git a/tidl_apps/tidl_demo_livecam_lg2/desc_tidl_demo_livecam_lg2.html 
b/tidl_apps/tidl_demo_livecam_lg2/desc_tidl_demo_livecam_lg2.html
new file mode 100644
index 0000000..0cf7c85
--- /dev/null
+++ b/tidl_apps/tidl_demo_livecam_lg2/desc_tidl_demo_livecam_lg2.html
@@ -0,0 +1,5 @@
+<h1>TIDL Demo with Live Camera Input (1xDSP+2xEVE)</h1>
+<h2>Purpose:</h2>
+<p>This application demonstrates Deep Learning Imagenet classification (1000 
classes) based on J11 network topology.</p>
+<p>Both EVE cores and one DSP core are used for processing (frame-based 
pipeline), of live camera input (at 640x480 resolution).</p>
+<p>Exit demo by doing right-click on image window</p>
diff --git a/tidl_apps/tidl_demo_livecam_lg2/runTidlLiveCam_lg2.sh 
b/tidl_apps/tidl_demo_livecam_lg2/runTidlLiveCam_lg2.sh
new file mode 100644
index 0000000..5feabc3
--- /dev/null
+++ b/tidl_apps/tidl_demo_livecam_lg2/runTidlLiveCam_lg2.sh
@@ -0,0 +1,5 @@
+cd /usr/share/ti/tidl/examples/classification
+
+./tidl_classification -g 2 -d 1 -e 2 -l ./imagenet.txt -s ./classlist.txt -i 1 
-c ./stream_config_j11_v2.txt & pid=$!
+
+{ sleep 90; kill $pid; }
diff --git a/tidl_apps/tidl_demo_livecam_lg2/tidl_demo_livecam_lg2.desktop 
b/tidl_apps/tidl_demo_livecam_lg2/tidl_demo_livecam_lg2.desktop
new file mode 100644
index 0000000..69a4e8e
--- /dev/null
+++ b/tidl_apps/tidl_demo_livecam_lg2/tidl_demo_livecam_lg2.desktop
@@ -0,0 +1,9 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Name=J11v2 Camera Input (1xDSP+2xEVE)
+Icon=/usr/share/matrix-gui-2.0/apps/images/tidl-icon.png
+Exec=runTidlLiveCam_lg2.sh
+Type=Application
+ProgramType=gui
+Categories=tidl
+X-Matrix-Description=/usr/share/matrix-gui-2.0/apps/tidl_demo_livecam_lg2/desc_tidl_demo_livecam_lg2.html
-- 
1.9.1

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to