Exemplo n.º 1
0
        /// <summary>
        /// 初始化<see cref="InstalledMachineVisionCamera" />的新实例.
        /// </summary>
        /// <param name="deviceInformation">The device information.</param>
        public InstalledMachineVisionCamera([MustNotEqualNull] DeviceInformation deviceInformation)
            : base(deviceInformation.GetMacAddress().ToString())
        {
            DeviceInformation = deviceInformation;

            MacAddress     = DeviceInformation.GetMacAddress();
            IPAddress      = DeviceInformation.GigeDeviceInformation.GetCurrentIpAddress();
            UserDefineName = DeviceInformation.GigeDeviceInformation.UserDefinedName;
        }