Skip to content

Basler Vision Connector 1.1.0#

Release date: 2024-01-29

Application version: 1.0.0

Specification version: 1.0.0

Features#

  • Supported interface protocols:
  • MQTT (for configuration and logging)
  • ZeroMQ Req/Rep (for configuration)
  • ZeroMQ Pub/Sub (for image streaming and logging)

  • Supported commands (see Basler Vision Connector documentation for more information):

  • EnumerateDevices: Discovers all currently available camera devices.
  • GetStatus: Gets application version numbers and status of all opened cameras.
  • OpenDevice: Opens a camera device.
  • CloseDevice: Closes a camera device.
  • StartStreaming: Starts the image streaming on a camera device.
  • StopStreaming: Stops the image streaming on a camera device.
  • GetParameters: Gets information (value, range, name, etc.) about one or more parameters.
  • SetParameters: Sets values of one or more parameters.
  • SetQuickParameters: Sets simplified settings for gain, exposure time, pixel format, width and height parameters.
  • SoftwareTrigger: Issues a software trigger on a camera device.
  • GetUserSets: Gets a list of available user sets from a camera device.
  • LoadUserSet: Loads a user set in a camera device.
  • SaveUserSet: Saves a user set in a camera device.
  • SetDefaultUserSet: Changes the default user set in a camera device.
  • SetDeviceConfig: Uploads an entire device configuration to a camera device.
  • GetDeviceConfig: Downloads an entire device configuration from a camera device.