Deepstream sdk to Isaac SDK

Can I run a deepsteeam app and send the output tensors directly to isaac sdk?

You would need to implement a “Deepstream bridge” codelet to make that work. This codelet could open a server socket and listen for connections from your DS pipeline to receive the tensors, for example. For native support, see here: https://docs.nvidia.com/isaac/isaac/packages/deepstream/doc/index.html