.. include:: C/C++ Sample Apps Source Details ==================================== The DeepStream SDK package includes archives containing plugins, libraries, applications, and source code. The sources directory is located at ``/opt/nvidia/deepstream/deepstream-6.0/sources`` for both Debian installation (on Jetson or dGPU) and SDK Manager installation. For tar packages the source files are in the extracted `deepstream` package. DeepStream Python bindings and sample applications are available as separate packages. For more information, see https://github.com/NVIDIA-AI-IOT/deepstream_python_apps. DeepStream graphs created using the Graph Composer are listed under :doc:`DS_Zero_Coding_Sample_Graphs` section. For more information, see the Graph Composer :doc:`DS_Zero_Coding_Introduction`. .. csv-table:: Sample source details :file: ../text/tables/DS_C_sample_source_details.csv :widths: 30, 30, 30 :header-rows: 1 .. note:: Apps which write output files (example: ``deepstream-image-meta-test``, ``deepstream-testsr``, ``deepstream-transfer-learning-app``) should be run with ``sudo`` permission. Plugin and Library Source Details ------------------------------------- The following table describes the contents of the sources directory except for the reference test applications: .. csv-table:: Plugin and Library source details :file: ../text/tables/DS_C_sample_plugin_details.csv :widths: 30, 30, 30 :header-rows: 1 .. rubric:: Footnotes .. [#f1] Gst-v4l2 sources are not present in DeepStream package. To download, follow these steps: 1. Go to: https://developer.nvidia.com/embedded/downloads. 2. In the ``Search filter`` field, enter ``L4T`` 3. Select the appropriate item for L4T Release ``32.7.1``. 4. Search for ``L4T Driver Package (BSP) Sources`` 5. Download the file and `un-tar` it, to get the ``.tbz2`` file. 6. Expand the ``.tbz2`` file. ``Gst-v4l2`` source files are in ``gst-nvvideo4linux2_src.tbz2``