xiViewer - legacy software

Depreciation note

Deprecated application, will not work with newer camera models (MC, CB, MT, MX...).
xiViewer is a simple, but effective application developed for the purpose of working with XIMEA cameras.
It allows the setting of various basic parameters as well as the streaming and saving of the acquired images.

Starting the application

  • Start the application by double-clicking xiViewer icon on the desktop.
  • In case of multiple connected cameras, select the serial number of the camera you wish to use and click on the Open camera button.







  • If you wish to use multiple cameras, start multiple xiViewer instances with each running a different camera.

Camera settings

  • To display the settings of the connected camera right-click anywhere on the window and the settings area will appear on the top right side of the window.
  • Reveal additional settings by clicking on the buttons on the lower part of the settings area.
  • Each parameter value can be changed by using the respective combo-box or slider, but also by clicking into the edit box with the displayed value and using the mouse scroll wheel up and down movement. Using the scroll wheel while holding the Shift or CTRL keyboard key will increase the incrementing of the parameter value.
  • The AEAG region of interest” can be marked on the image by clicking and dragging the left mouse button.







Storing and restoring camera settings

  • If you wish to store or restore the settings of a particular camera you can start xiViewer in the following ways:
    • Option 1.
      • Start xiApiViewer from the command prompt with the command line option "--select_cam_sn" followed by the serial number of the desired camera.
           xiApiViewer --select_cam_sn 48282151
        
    • Option 2.
      • Right-click on the xiViewer icon on the desktop and select Properties.
      • In the Target field add "--select_cam_sn" followed by the serial number of the desired camera to the link.
      • Click OK. (Note that after starting xiViewer by double-clicking on this icon, xiViewer will always try to use this particular camera and will ignore other connected cameras)


Changing bandwidth

  • If you wish to disable auto bandwidth calculation and use maximum camera bandwidth instead you can start xiViewer from the command prompt like:
       xiApiViewer --disable_auto_bw
    
  • If you wish to set bandwidth limit - for example in case when multiple cameras are connected to same usb3 hub you can start xiViewer from the command prompt with parameter "--set_bandwidth (limit_in_mega_bytes_in_second)".
    Example for 200 MBPS:
       xiApiViewer --set_bandwidth 200