Is DeepStream an Open source project?

Hi,

Is DeepStream an Open source project? Can I change any code in deep stream path

/opt/nvidia/deepstream/deepstream-4.0/sources

and compile it again in order to optimize deep stream for my project?

Thanks in advance.

DeepStream is GStreamer based SDK, it’s not completely open source, but the application and many GStreamrep plugins are open source as you can find under t/nvidia/deepstream/deepstream-4.0/sources .
Yes, you can change and build the code following the guide in their README.

BTW, I would recommend you to go through DsspStream doc- https://developer.nvidia.com/deepstream-sdk#faq

Thanks!