Configure the Network Interface Card
Overview
This section describes how to configure the network interface card (NIC) in MS Windows once the network card is installed.
The configuration includes the following steps:
1. | Access the network interface card settings |
2. | Check the filter driver |
3. | Set the IP address of the network interface card |
4. | Enable the Jumbo Packet settings |
5. | Set the Receive Buffer settings |
6. | Set Interrupt Moderation Settings |

To access the Network Interface Card settings:
1. | Open the Ethernet settings from the Windows Start menu |
2. | Select Change adapter options to access the list of network connections in Control Panel\Network and Internet\Network Connections. |
3. | Right-click the network interface card you want to configure and select Properties from the contextual menu. |
The Properties dialog box of your Network Interface Card opens.

When the eGrabber driver is installed, the filter driver is enabled by default. In an operational environment, we recommend to keep the filter driver enabled. Check that the filter driver is enabled in your NIC properties, as shown on the screenshot below.
The filter driver operates directly with the NIC driver to intercept and handle the stream packets. It then sends these priority stream data directly to the application buffer, bypassing the system network IP stack.
For test purposes, you can disable the filter driver in the NIC properties.

In the Properties dialog box, select Internet Protocol Version 4 (TCP/IPv4) and click Properties.

● | Select Obtain an IP address automatically and click OK to validate. |

1. | Select Use the following IP address and define the IP address settings, for example as follows: |
□ | IP address : 192.168.XXX.2, with XXX in the range [0-255]. |
□ | Subnet mask : 255.255.255.0. |
□ | Default gateway remains empty. |
If you use a multi-port NIC to connect to multiple cameras point-to-point, each point-to-point wire is considered as a separate LAN, you should define fixed NIC addresses and subnets for each port so that they do not collide, for example 192.168.100.2, 192.168.101.2, 192.168.102.2, etc.
2. | Click Advanced and set the metric to 1001 in the IP Settings tab, if it is relevant to help keep unrelated traffic out of the GEV network: |
3. | Click OK twice to validate and come back to the Properties dialog box. |

Enable the Jumbo Packet settings allows you to transfer and receive larger streaming packets and reduce processing overhead.
1. | In the Properties dialog box, click Configure. |
2. | In the dialog box, select the Advanced tab, select the Jumbo Packet in the Property list. |
3. | In the Value field, select the value 9014 Bytes as the maximum transmission unit (MTU) for the jumbo packets: |
4. | Set the next advanced parameter described below. |
Make sure that you enable the jumbo packets on the camera side (see Set packet size to maximum), and that other possible devices in the network between the camera and the host computer have jumbo frames enabled with the same MTU.

The Receive Buffers setting allows you to define how much system memory is dedicated to store received packets. Increasing the buffers helps improve the reliability of the network traffic, but consumes system memory.
1. | In the same Advanced tab where you have set the jumbo packets, select the Receive Buffers in the Property list. |
2. | In the Value field, select the value 40962 for receive buffers: |
3. | Set the next advanced parameter described below. |

The Interrupt Moderation settings allow you to define how often the adapter interrupts the system to handle the incoming (and outgoing) packets.
With GigE Vision cameras, it is more appropriate to set the highest level for interrupt moderation rate. This means that the NIC does not interrupt the processes, which reduces the CPU utilization. Instead the NIC driver actively decides when to check and handle the received packets.
1. | In the same Advanced tab where you have set the receive buffers, select Interrupt Moderation in the Property list and check that the setting is enabled. |
2. | Select Interrupt Moderation Rate in the Property list. |
3. | In the Value field, select Extreme. |
4. | Click OK to validate all settings you have defined and come back to the panel displaying the network connections. |