Contents

Download Matrixvision Cameras

MATRIX VISION All MATRIX VISION cameras: GigE, Dual GigE, USB 2.0, USB 3.0 Mightex All USB 2.0 CMOS buffered cameras (BCN/BCE/BTN/BTE models) All USB 2.0 CCD area scan cameras Mikrotron All cameras supported including Camera Link, 10 GigE Vision and CoaXPress Newnex. At the same time as the future USB3 Vision standard is published, MATRIX VISION introduces the mvBlueFOX3 camera family with a wide range of selected CMOS sensors. Look forward to higher resolutions, higher frame rates and compact size. For over 30 years, MATRIX VISION has been developing industrial image processing components and customized solutions. Special emphasis is devoted to the commercialization of high-quality digital and smart industrial cameras for various industrial sectors. ROS Driver for Matrix Vision BlueFOX and BlueCOUGAR cameras - y22ma/matrixvisioncamera.

  1. Nodes
    1. mv_bluefox_driver

Home of the unnoficial ROS driver for MatrixVisionBlueFox cameras.

Installing the mvIMPACT Acquire Library

1. Download the latest drivers from Matrix-Vision drivers page:

  • Select mvBlueFOX / mvBlueFOX-MLC in the drop down fields. Download the latest Linux drivers (e.g. mvVirtualDevice x86_XXXXXXXX.tgz) and unpack the archive in to a directory:

Example

The driver can be run as a regular node by launching:

OR

The driver can be launched as a nodelet as:

The camera can be calibrated via the camera_calibration package from image_pipeline by launching:

NOTE: You must modify the checkerboard patter calibration parameters to suit your own.

After a .yaml calibration file has been properly generated, the actual rectified images can be processed further via image_pipeline's image_proc. Thus, the following launchers achieve that, respectively.

OR

Nodes

mv_bluefox_driver

The Matrix vision 1960Camerasmv_bluefox_driver node wraps the official driver for MatrixVisionBlueFox devices and advertises sensor_msgs/Image messages published by image_transport::Publisher (API) as well as the corresponding camera information as sensor_msgs/CameraInfo. These can be further processed via the image_pipeline's image_proc (see the Example section for launching).

Published Topics

~camera_info (sensor_msgs/CameraInfo)
  • Camera parameters information server
~image_raw (sensor_msgs/Image)
  • Unprocessed (raw) image data

Parameters

~frame_id (string, default: camera)
  • The camera's frame name (id).
~calibration_file (string, default: ')
  • The camera_info path and name for the calibration yaml file (e.g. 'whatever_path/mv_bluefox_calibration.yaml')

TODO

1. Add more configurable parameters. For now, only the default camera resolution is being used.

ccny_drivers: mv_bluefox_driver

Package LinksDownload matrix vision cameras camera
  • Reviews (unreviewed)
Dependencies (7)

Matrix Vision Singapore

Package Summary

Driver for MatrixVision BlueFox Cameras (it wraps arround mvIMPACT Acquire API that comes with the hardware)

  • Author: Carlos Jaramillo
  • License: GPL
  • Repository: ccny-ros-pkg
  • Source: git http://robotics.ccny.cuny.edu/git/ccny-ros-pkg/ccny_drivers.git

Contents

  1. Nodes
    1. mv_bluefox_driver

Home of the unnoficial ROS driver for MatrixVisionBlueFox cameras.

Installing the mvIMPACT Acquire Library

1. Download the latest drivers from Matrix-Vision drivers page:

  • Select mvBlueFOX / mvBlueFOX-MLC in the drop down fields. Download the latest Linux beta x64 drivers (beta_mvbluefox-x86_64-ABI2-XXXXXXXX.tgz) and unpack the archive in to a directory:

Example

The driver can be run as a regular node by launching:

OR

The driver can be launched as a nodelet as:

The camera can be calibrated via the camera_calibration package from image_pipeline by launching:

NOTE: You must modify the checkerboard patter calibration parameters to suit your own.

After a .yaml calibration file has been properly generated, the actual rectified images can be processed further via image_pipeline's image_proc. Thus, the following launchers achieve that, respectively.

OR

Nodes

mv_bluefox_driver

The mv_bluefox_driver node wraps the official driver for MatrixVisionBlueFox devices and advertises sensor_msgs/Image messages published by image_transport::Publisher (API) as well as the corresponding camera information as sensor_msgs/CameraInfo. These can be further processed via the image_pipeline's image_proc (see the Example section for launching).

Published Topics

~camera_info (sensor_msgs/CameraInfo)
  • Camera parameters information server
~image_raw (sensor_msgs/Image)
  • Unprocessed (raw) image data

Parameters

~frame_id (string, default: camera)
  • The camera's frame name (id).
~calibration_file

Download Matrix Vision Cameras Software

(string, default: ')
  • The camera_info path and name for the calibration yaml file (e.g. 'whatever_path/mv_bluefox_calibration.yaml')

TODO

Matrix Vision Houston

1. Add more configurable parameters. For now, only the default camera resolution is being used.