NVIDIA DeepStream SDK Developer Guide ======================================== .. toctree:: :maxdepth: 2 :caption: DeepStream Getting Started :name: DeepStream Getting Started text/DS_Overview.rst text/DS_ReadmeFirst.rst text/DS_Quickstart.rst text/DS_docker_containers.rst .. toctree:: :maxdepth: 2 :caption: DeepStream Samples :name: DeepStream Samples text/DS_C_Sample_Apps.rst text/DS_Python_Sample_Apps.rst text/DS_ref_app_deepstream.rst text/DS_ref_app_test5.rst text/DS_ref_app_audio.rst text/DS_ref_app_nmos.rst text/DS_ref_app_github.rst text/DS_sample_configs_streams.rst text/DS_sample_custom_gstream.rst .. toctree:: :maxdepth: 2 :caption: TAO toolkit Integration with DeepStream :name: TAO toolkit Integration with DeepStream text/DS_TAO_integration.rst .. toctree:: :maxdepth: 2 :caption: Tutorials and How-to's :name: Tutorials and How-to's text/DS_custom_YOLO.rst text/DS_plugin_NvMultiObjectTracker_parameter_tuning_guide.rst text/DS_3D_Custom_Manual.rst .. toctree:: :maxdepth: 2 :caption: DeepStream Performance :name: DeepStream Performance text/DS_Performance.rst .. toctree:: :maxdepth: 2 :caption: DeepStream Custom Model :name: DeepStream Custom Model text/DS_using_custom_model.rst .. toctree:: :maxdepth: 2 :caption: DeepStream Key Features :name: DeepStream Key Features text/DS_Smart_video.rst text/DS_IoT.rst text/DS_on_the_fly_model.rst text/DS_NTP_Timestamp.rst text/DS_AVSync.rst text/DS_RestServer.rst text/DS_3D_Action.rst text/DS_3D_Depth_Camera.rst text/DS_3D_Lidar_Inference.rst text/DS_library_nvdsnmos.rst text/DS_postprocessing_plugin.rst text/DS_Can_Orientation.rst .. toctree:: :maxdepth: 2 :caption: DeepStream Application Migration :name: DeepStream Application Migration text/DS_Application_migration.rst Plugins Development Guide ====================================== .. toctree:: :maxdepth: 2 :caption: DeepStream Plugin Guide :name: DeepStream Plugin Guide text/DS_plugin_Intro.rst text/DS_plugin_metadata.rst text/DS_plugin_gst-nvdspreprocess.rst text/DS_plugin_gst-nvinfer.rst text/DS_plugin_gst-nvinferaudio.rst text/DS_plugin_gst-nvinferserver.rst text/DS_plugin_gst-nvtracker.rst text/DS_plugin_gst-nvstreammux.rst text/DS_plugin_gst-nvstreammux2.rst text/DS_plugin_gst-nvstreamdemux.rst text/DS_plugin_gst-nvmultistreamtiler.rst text/DS_plugin_gst-nvdsosd.rst text/DS_plugin_gst-nvdsmetautils.rst text/DS_plugin_gst-nvdsvideotemplate.rst text/DS_plugin_gst-nvdsaudiotemplate.rst text/DS_plugin_gst-nvvideoconvert.rst text/DS_plugin_gst-nvdewarper.rst text/DS_plugin_gst-nvof.rst text/DS_plugin_gst-nvofvisual.rst text/DS_plugin_gst-nvsegvisual.rst text/DS_plugin_gst-nvvideo4linux2.rst text/DS_plugin_gst-nvjpegdec.rst text/DS_plugin_gst-nvjpegenc.rst text/DS_plugin_gst-nvmsgconv.rst text/DS_plugin_gst-nvmsgbroker.rst text/DS_plugin_gst-nvdsanalytics.rst text/DS_plugin_gst-nvdsasr.rst text/DS_plugin_gst-nvds_text_to_speech.rst text/DS_plugin_gst-nvdsudpsrc.rst text/DS_plugin_gst-nvdsudpsink.rst text/DS_plugin_gst-nvdspostprocess.rst text/DS_plugin_gst-nvds3dfilter.rst text/DS_plugin_gst-nvdsucx.rst text/DS_plugin_gst-nvdsxfer.rst text/DS_plugin_gst-nvvideotestsrc.rst text/DS_plugin_gst-nvmultiurisrcbin.rst text/DS_plugin_gst-nvurisrcbin.rst Troubleshooting and FAQ Guide ================================== .. toctree:: :maxdepth: 2 :caption: DeepStream Troubleshooting and FAQ :name: DeepStream Troubleshooting and FAQ text/DS_troubleshooting.rst text/DS_FAQ.rst Application Development Using Graph Composer ============================================= .. toctree:: :maxdepth: 4 :caption: Graph Composer :name: Graph Composer graphtools-docs/docs/text/GraphComposer_intro.rst | .. toctree:: :maxdepth: 4 :caption: Platforms :name: Platforms graphtools-docs/docs/text/GraphComposer_Platforms.rst | .. toctree:: :maxdepth: 4 :caption: Getting Started :name: Getting Started graphtools-docs/docs/text/GraphComposer_Getting_Started.rst | .. toctree:: :maxdepth: 2 :name: Creating an AI Application text/DS_GraphComposer_Create_Graph.rst | .. toctree:: :maxdepth: 2 :name: Reference Graphs text/DS_Zero_Coding_Sample_Graphs.rst | .. toctree:: :maxdepth: 2 :name: Adding new GStreamer plugin to Composer graphtools-docs/docs/text/GraphComposer_Dev_Workflow.rst | .. toctree:: :maxdepth: 2 :name: Developing Extension text/DS_Zero_Coding_Developing_Extension.rst | .. toctree:: :maxdepth: 2 :name: DeepStream Components text/DS_Zero_Coding_DS_Components.rst | .. toctree:: :maxdepth: 5 :caption: Graph eXecution Format :name: GXF graphtools-docs/docs/text/GXF_Overview.rst graphtools-docs/docs/text/GXF_Development.rst | .. toctree:: :maxdepth: 2 :caption: Graph eXecution Engine :name: GXE graphtools-docs/docs/text/GraphComposer_Graph_Runtime.rst | .. toctree:: :maxdepth: 3 :caption: GXF Core APIs :name: GXF Core APIs graphtools-docs/docs/text/GXF_Core_C_APIs.rst graphtools-docs/docs/text/GXF_Core_Python_APIs.rst | .. toctree:: :maxdepth: 3 :caption: Extensions Manual :name: Extensions Manual graphtools-docs/docs/text/ExtensionsManual/CudaExtension.rst graphtools-docs/docs/text/ExtensionsManual/StreamSync.rst graphtools-docs/docs/text/ExtensionsManual/StandardExtension.rst graphtools-docs/docs/text/ExtensionsManual/Python_Codelet.rst graphtools-docs/docs/text/ExtensionsManual/NetworkExtension.rst graphtools-docs/docs/text/ExtensionsManual/NvTritonExt.rst graphtools-docs/docs/text/ExtensionsManual/SerializationExtension.rst graphtools-docs/docs/text/ExtensionsManual/MultimediaExtension.rst graphtools-docs/docs/text/ExtensionsManual/VideoEncoderExtension.rst graphtools-docs/docs/text/ExtensionsManual/VideoDecoderExtension.rst graphtools-docs/docs/text/ExtensionsManual/Behavior_Tree.rst graphtools-docs/docs/text/ExtensionsManual/UcxExtension.rst graphtools-docs/docs/text/ExtensionsManual/HttpExtension.rst graphtools-docs/docs/text/ExtensionsManual/GrpcExtension.rst text/ExtensionsManual/NvDs3dProcessingExt.rst text/ExtensionsManual/NvDsActionRecognitionExt.rst text/ExtensionsManual/NvDsAnalyticsExt.rst text/ExtensionsManual/NvDsBaseExt.rst text/ExtensionsManual/NvDsBodyPose2D.rst text/ExtensionsManual/NvDsCloudMsgExt.rst text/ExtensionsManual/NvDsConverterExt.rst text/ExtensionsManual/NvDsDewarperExt.rst text/ExtensionsManual/NvDsEmotionExt.rst text/ExtensionsManual/NvDsFacialLandmarks.rst text/ExtensionsManual/NvDsGazeExt.rst text/ExtensionsManual/NvDsGesture.rst text/ExtensionsManual/NvDsHeartRateExt.rst text/ExtensionsManual/NvDsInferenceExt.rst text/ExtensionsManual/NvDsInferenceUtilsExt.rst text/ExtensionsManual/NvDsInterfaceExt.rst text/ExtensionsManual/NvDsMuxDemuxExt.rst text/ExtensionsManual/NvDsOpticalFlowExt.rst text/ExtensionsManual/NvDsOutputSinkExt.rst text/ExtensionsManual/NvDsSampleExt.rst text/ExtensionsManual/NvDsSampleModelsExt.rst text/ExtensionsManual/NvDsSourceExt.rst text/ExtensionsManual/NvDsTemplateExt.rst text/ExtensionsManual/NvDsTrackerExt.rst text/ExtensionsManual/NvDsTranscodeExt.rst text/ExtensionsManual/NvDsTritonExt.rst text/ExtensionsManual/NvDsUcxExt.rst text/ExtensionsManual/NvDsUdpExt.rst text/ExtensionsManual/NvDsVisualizationExt.rst | .. toctree:: :maxdepth: 3 :caption: Tools :name: Tools graphtools-docs/docs/text/GraphComposer_Registry.rst graphtools-docs/docs/text/GraphComposer_Registry_CLI.rst graphtools-docs/docs/text/GraphComposer_Composer.rst graphtools-docs/docs/text/GraphComposer_Container_Builder.rst graphtools-docs/docs/text/GraphComposer_gxf_CLI.rst | .. toctree:: :maxdepth: 2 :caption: FAQ Guide :name: FAQ Guide graphtools-docs/docs/text/GraphComposer_FAQ.rst | DeepStream API Reference Documentation ======================================= .. toctree:: :maxdepth: 2 :caption: DeepStream API Guide :name: DeepStream API Guide text/DS_API_Guide.rst .. toctree:: :maxdepth: 2 :caption: DeepStream Legal Information :name: DeepStream Licensing text/DS_Legal.rst .. toctree:: :maxdepth: 2 :caption: DeepStream Feedback :name: DeepStream Feedback text/DeepStream_Main_Feedback_Form.rst