Question: In regards to customizing the message converter lib and the license notification

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU)
Both
• DeepStream Version
6.4
• JetPack Version (valid for Jetson only)
NA
• TensorRT Version
NA
• NVIDIA GPU Driver Version (valid for GPU only)
NA
• Issue Type( questions, new requirements, bugs)

Question: In regards to customizing the message converter lib…

From the DeepStream plugin documentation on Schema Customization, the suggested method is

By modifying the payload generator library: To perform a simple customization of DeepStream schema fields, modify the low-level payload generation library files inside directory sources/libs/nvmsgconv

which I’ve done. However, I need to share this updated source files with my clients to build their own lib. My concern is with the licence agreement listed in these source files which is as follows.

/*
 * Copyright (c) 2018-2022, NVIDIA CORPORATION.  All rights reserved.
 *
 * NVIDIA Corporation and its licensors retain all intellectual property
 * and proprietary rights in and to this software, related documentation
 * and any modifications thereto.  Any use, reproduction, disclosure or
 * distribution of this software and related documentation without an express
 * license agreement from NVIDIA Corporation is strictly prohibited.
 *
 */

According to the above I need an express license agreement to share these updates?

Can these file be made open source?

Regards,
Robert.

Please refer to DeepStream End User License Agreement — DeepStream documentation 6.4 documentation