Connecting camera.nvidia-ip

Hi @biber.barak,

the camera.nvidia-ip protocol is an experimental one for internal usage. that is why you haven’t found any documentation on it.

you should build your interface based on the usage of protocol “data.socket” that is open for any data type you want.

There is no “ready to use” sample on how to receive images with DriveWorks from etherent.
But I have created a basic template sample code for you and your team to start with – that sample sends locally synthetic pattern images from the source on the host computer to the destination on the same host (127.0.0.1).

I’ve attached the basic sample code (main.cpp that can be compiled as one of the DW samples and needs to be extended and adjusted to your use-case and image protocol) that reads an image from TCP and displays it and a simple tcp server(tcpServer.cpp that simply compiles as a stand along program) that sends a simple RGB pattern image.
main.cpp (11.8 KB) tcpServer.cpp (2.0 KB)

1 Like