Show EOL distros: 

Package Summary

A simple USB camera driver for the FLIR BOSON using OpenCV

Package Summary

A simple USB camera driver for the FLIR BOSON using OpenCV

Package Summary

A simple USB camera driver for the FLIR BOSON using OpenCV

Package Summary

A simple USB camera driver for the FLIR BOSON using OpenCV

Description

Uses v4l2 to capture images from the FLIR camera. Processes the images with OpenCV and publishes them using cv_bridge.

Topics

This monocular, thermal camera produces a single black-and-white image on the image_raw topic. However, since it also uses a camera_info_manager and image_transport, topics for compressed and theora transports as well as a camera_info topic are available.

Parameters

~frame_id
The tf frame to be used on all published images.

~dev
The path to the video device. Default is /dev/video0.

~frame_rate
The requested frame rate from the driver. The camera is only capable of 30 or 60 fps and this parameter does not currently modify the camera's configuration, only the rate at which frames are captured from the memory buffer. If a rate is requested which is above the current output frame rate of the camera, frames will only be produced by the driver at the camera's currently-configured rate. However, if a lower rate is requested, the frame production rate will be throttled to that rate.

~video_mode
The desired video mode for the images. Possible values are YUV and RAW16.

~zoom_enable
If using a Boson 640, this will enable the camera's zoom function which gives an image output of 640x480.

~sensor_type
The type of Boson camera being used. Possible values are Boson_320 or Boson_640.

~camera_info_url
The URL of a camera calibration yaml file which has been generated by the camera_calibration package. Used for image rectification.

Wiki: flir_boson_usb (last edited 2019-01-25 00:12:31 by JoshuaWhitley)