All of lore.kernel.org
 help / color / mirror / Atom feed
* [matrix-gui-v2-apps][PATCH 1/5] tidl: livecam: DSP only live camera input example adapted for new TIDL_API and command line options
@ 2018-08-28  9:54 Djordje Senicic
  2018-08-28  9:54 ` [matrix-gui-v2-apps][PATCH 2/5] tidl: staticimg_dsponly: DSP only example with pre-recorded video input " Djordje Senicic
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Djordje Senicic @ 2018-08-28  9:54 UTC (permalink / raw)
  To: meta-arago; +Cc: d-senicic1, Djordje Senicic

Signed-off-by: Djordje Senicic <x0157990@ti.com>
---
 tidl_apps/tidl_demo_livecam/runTidlLiveCam.sh         | 3 ++-
 tidl_apps/tidl_demo_livecam/tidl_demo_livecam.desktop | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/tidl_apps/tidl_demo_livecam/runTidlLiveCam.sh b/tidl_apps/tidl_demo_livecam/runTidlLiveCam.sh
index d7372f5..02fb4a2 100644
--- a/tidl_apps/tidl_demo_livecam/runTidlLiveCam.sh
+++ b/tidl_apps/tidl_demo_livecam/runTidlLiveCam.sh
@@ -1,4 +1,5 @@
 cd /usr/share/ti/tidl/examples/classification
 
-./tidl_classification -n 2 -t d -l ./imagenet.txt -s ./classlist.txt -i 1 -c ./stream_config_j11_v2.txt & pid=$!
+./tidl_classification -g 1 -d 2 -e 0 -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/tidl_demo_livecam.desktop b/tidl_apps/tidl_demo_livecam/tidl_demo_livecam.desktop
index fe85946..e3d2be4 100644
--- a/tidl_apps/tidl_demo_livecam/tidl_demo_livecam.desktop
+++ b/tidl_apps/tidl_demo_livecam/tidl_demo_livecam.desktop
@@ -1,6 +1,6 @@
 #!/usr/bin/env xdg-open
 [Desktop Entry]
-Name=J11v2 Camera
+Name=J11v2 Camera Input
 Icon=/usr/share/matrix-gui-2.0/apps/images/tidl-icon.png
 Exec=runTidlLiveCam.sh
 Type=Application
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-08-28  9:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-28  9:54 [matrix-gui-v2-apps][PATCH 1/5] tidl: livecam: DSP only live camera input example adapted for new TIDL_API and command line options Djordje Senicic
2018-08-28  9:54 ` [matrix-gui-v2-apps][PATCH 2/5] tidl: staticimg_dsponly: DSP only example with pre-recorded video input " Djordje Senicic
2018-08-28  9:54 ` [matrix-gui-v2-apps][PATCH 3/5] tidl: livecam_lg2: EVE and DSP example with two layer groups and live camera input Djordje Senicic
2018-08-28  9:54 ` [matrix-gui-v2-apps][PATCH 4/5] tidl: staticimg_lg2: Using 2xEVE and 1xDSP in demo with two layer groups and pre-recorded video input Djordje Senicic
2018-08-28  9:54 ` [matrix-gui-v2-apps][PATCH 5/5] tidl: pnexamples and staticimg demos adapted for new TIDL_API and new command line options Djordje Senicic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.