Basler Vision Connector Messaging: Discovering the Camera#
To identify a camera, you can specify the MAC address, the serial number, the IP address, the user defined name, the model name, the vendor name, or the interface in the Basler Vision Connector.
If you don't know any of these identifiers, you can discover and list all available cameras with the EnumerateDevices method.
{"TransactionID":"123456","ReturnCode":0,"Message":"Cameras found.","DeviceList":[{"SerialNumber":"548451887","UserDefinedName":"MyCam1","ModelName":"Camera Model 1234","VendorName":"The camera Factory","Interface":"GEV","IPAddress":"192.168.0.1","MACAddress":"00:1A:2B:3C:4D:5E"}]}