05-26-2023 08:33 AM
Hello team,
I am new to Automotive Ethernet and I am starting my project in Automotive Ethernet and my primary Goal is to stream Video from camera using Ethernet, I have PXIe 8521 and PXIe 8523 cards.
Please suggest whether using one of the above mentioned PXIe cards its good to go for acquiring data from Camera/ECU and Stream the Video in LabVIEW Front panel.
05-26-2023 09:43 AM
It depends on which protocol the camera is using. It is using AVTP?
05-26-2023 09:54 AM
@ZYOng wrote:
It depends on which protocol the camera is using. It is using AVTP?
Camera uses RTP protocol.
05-26-2023 03:19 PM
If you don't need to test multiple DUTs at the same time, you can use the OS stack on PXIe-852x and run any existing library. Just treat it like a normal ethernet port. There is an existing example RTSP over TCP with LabVIEW
If you want to use the XNET IP Stack feature to test multiple DUTs simultaneously, you can use TCP Proxy Server to forward the library running on the OS stack to the IP stack. See shipping example <LabVIEW>/examples\nixnet\projects\NI-XNET Ethernet\IP Stack\TCP Proxy - Server.vi
05-26-2023 04:21 PM
Thanks a million, I will check from end get back based on my results.