Surround or Area View using Ethernet or IP camera

Is it possible to connect four ethernet camera via a giga switch to get surround view? I want to develop a remote monitoring system for monitoring an autonomous material handling equipment. The vidio data for four cameras need to be stiched to get a single view/frame and the transmit over a wireless Lan. The latecy should be within 2~3 frames.

Do the four cameras have an aggregate bandwidth that can fit over a single Gigabit Ethernet link? If not, you may need to add addition NIC ports to the Jetson system over PCIe to accommodate the traffic.

Also, you will need to make sure that you have the camera’s driver for ARM that handles the networking (i.e. using sockets + depacketization).