Skip to content

Commit

Permalink
Feature/azaytsev/docs dlsteamer revision (openvinotoolkit#10155)
Browse files Browse the repository at this point in the history
* Added info on DockerHub CI Framework

* Feature/azaytsev/change layout (openvinotoolkit#3295)

* Changes according to feedback comments

* Replaced @ref's with html links

* Fixed links, added a title page for installing from repos and images, fixed formatting issues

* Added links

* minor fix

* Added DL Streamer to the list of components installed by default

* Link fixes

* Link fixes

* ovms doc fix (openvinotoolkit#2988)

* added OpenVINO Model Server

* ovms doc fixes

Co-authored-by: Trawinski, Dariusz <[email protected]>

* Updated openvino_docs.xml

* Updated the link to software license agreements

* Revert "Updated the link to software license agreements"

This reverts commit 706dac5.

* Revised dlstreamer documentation

* Minor edits

* Fixed link

* Fix

* Edits after review

* Shorten DL Streamer name in the TOC

* Update documentation.md

Co-authored-by: Trawinski, Dariusz <[email protected]>
  • Loading branch information
2 people authored and HaoLiuIntel committed Feb 15, 2022
1 parent c5a74e3 commit 14c33ea
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
18 changes: 18 additions & 0 deletions docs/dlstreamer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Intel® Deep Learning Streamer (Intel® DL Streamer) {#openvino_docs_dlstreamer}

Intel® DL Streamer is a streaming media analytics framework, based on GStreamer* multimedia framework, for creating complex media analytics pipelines.

Intel® DL Streamer makes Media analytics easy:

* Write less code and get better performance
* Quickly develop, optimize, benchmark, and deploy video & audio analytics pipelines in the Cloud and at the Edge
* Analyze video and audio streams, create actionable results, capture results, and send them to the cloud
* Leverage the efficiency and computational power of Intel hardware platforms

Go to [Intel® DL Streamer documentation website](https://dlstreamer.github.io) for information on how to download, install, and use.

**Media analytics** is the analysis of audio & video streams to detect, classify, track, identify and count objects, events and people. The analyzed results can be used to take actions, coordinate events, identify patterns and gain insights across multiple domains.

**Media analytics pipelines** transform media streams into insights through audio / video processing, inference, and analytics operations across multiple IP blocks.

\* Other names and brands may be claimed as the property of others.
16 changes: 11 additions & 5 deletions docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@
.. toctree::
:maxdepth: 1
:hidden:
:caption: Media Processing
:caption: Media Processing and Computer Vision Libraries

DL Streamer API Reference <https://openvinotoolkit.github.io/dlstreamer_gst/>
gst_samples_README
Intel® Deep Learning Streamer <openvino_docs_dlstreamer>
openvino_docs_gapi_gapi_intro
OpenVX Developer Guide <https://software.intel.com/en-us/openvino-ovx-guide>
OpenVX API Reference <https://khronos.org/openvx>
Expand Down Expand Up @@ -102,5 +101,12 @@ The toolkit provides a [Performance Optimization Guide](optimization_guide/dldt_
## Graphical Web Interface for OpenVINO™ Toolkit
You can choose to use the [OpenVINO™ Deep Learning Workbench](@ref workbench_docs_Workbench_DG_Introduction), a web-based tool that guides you through the process of converting, measuring, optimizing, and deploying models. This tool also serves as a low-effort introduction to the toolkit and provides a variety of useful interactive charts for understanding performance.

## Media Processing
The OpenVINO™ toolkit comes with several sets of libraries and tools that add capability and flexibility to the toolkit. These include [DL Streamer](@ref gst_samples_README), a utility that eases creation of pipelines via command line or API, and optimized versions of OpenCV and OpenCL.
## Media Processing and Computer Vision Libraries

The OpenVINO™ toolkit also works with the following media processing frameworks and libraries:

* [Intel® Deep Learning Streamer (Intel® DL Streamer)](@ref openvino_docs_dlstreamer) — A streaming media analytics framework based on GStreamer, for creating complex media analytics pipelines optimized for Intel hardware platforms. Go to the Intel® DL Streamer [documentation](https://dlstreamer.github.io/) website to learn more.
* [Intel® oneAPI Video Processing Library (oneVPL)](https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/api-based-programming/intel-oneapi-video-processing-library-onevpl.html) — A programming interface for video decoding, encoding, and processing to build portable media pipelines on CPUs, GPUs, and other accelerators.

You can also add computer vision capabilities to your application using optimized versions of [OpenCV](https://opencv.org/) and [OpenVX](https://khronos.org/openvx).

0 comments on commit 14c33ea

Please sign in to comment.