fix(webserver): add multi-device OOB webserver demo guide - #778
Open
jeevantelukula wants to merge 1 commit into
Open
fix(webserver): add multi-device OOB webserver demo guide#778jeevantelukula wants to merge 1 commit into
jeevantelukula wants to merge 1 commit into
Conversation
jeevantelukula
requested review from
StaticRocket,
VeeruPrudhvi,
cshilwant,
gehariprasath,
praneethbajjuri and
uditkumarti
as code owners
August 5, 2026 10:25
jeevantelukula
force-pushed
the
webdemo_docs
branch
from
August 5, 2026 10:38
7d2b31c to
4d1750a
Compare
Rewrite the Webserver_Demo_User_Guide.rst to extend support to AM335x, AM62x, AM62Px, and AM62Lx devices. Signed-off-by: Telukula Jeevan Kumar Sahu <j-sahu@ti.com>
jeevantelukula
force-pushed
the
webdemo_docs
branch
from
August 5, 2026 11:09
4d1750a to
6ae0536
Compare
StaticRocket
approved these changes
Aug 6, 2026
Comment on lines
+93
to
+95
| .. image:: /images/Webserver_home_page.png | ||
| :alt: Webserver Demo Home Page | ||
| :width: 75% |
Member
There was a problem hiding this comment.
This feels like it should be indented since it's relevant to the last step. Given that none of the other steps have too much content and this is at the end of the list I'll leave that as optional.
Comment on lines
158
to
171
| @@ -108,59 +163,126 @@ The following GStreamer pipeline is used to process the audio from the microphon | |||
| tensor_transform mode=arithmetic option=typecast:float32,add:0.5,div:32767.5 ! \ | |||
| tensor_transform mode=transpose option=1:0:2:3 ! \ | |||
| queue leaky=2 max-size-buffers=10 ! \ | |||
| tensor_filter framework=tensorflow2-lite model=/usr/share/oob-demo-assets/models/yamnet_audio_classification.tflite custom=Delegate:XNNPACK,NumThreads:2 ! \ | |||
| tensor_decoder mode=image_labeling option1=/usr/share/oob-demo-assets/labels/yamnet_label_list.txt ! \ | |||
| tensor_filter framework=tensorflow2-lite \ | |||
| model=/usr/share/oob-demo-assets/models/yamnet_audio_classification.tflite \ | |||
| custom=Delegate:XNNPACK,NumThreads:2 ! \ | |||
| tensor_decoder mode=image_labeling \ | |||
| option1=/usr/share/oob-demo-assets/labels/yamnet_label_list.txt ! \ | |||
| filesink buffer-mode=2 location=<fifo_path> | |||
Member
There was a problem hiding this comment.
This is a really big pipeline to drop without any explanation, but considering this PR is just fixing it I won't block it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rewrite the Webserver_Demo_User_Guide.rst to extend support to AM335x, AM62x, AM62Px, and AM62Lx devices.