CamFITool (Camera Fault Injection Tool)

  Show EOL distros: 

/!\ Türkçe anlatım dili için tıklayın.


ROS Software Maintainer: Inovasyon Muhendislik

For Contact: kerem.erdogmus@inovasyonmuhendislik.com

Camera Fault Injection Tool (CamFITool) is a simple interface that allows injection of image faults into robot cameras. Thanks to this interface, you can create new image libraries by injecting the fault types you have determined, both real-time to TOF and RGB type ROS cameras, and to the image libraries previously recorded by these cameras.

Find out more here: https://github.com/inomuh/camfitool

camfitool_interface.png

Tool Features

  • You can apply the faults you choose in the configuration menu to the images in the image library you want, and save these wrong images to the folder you want. So you can create your faulty image library.
  • You can apply these faults to all images as well as to a random number of images, creating a mixed library of faulty images without touching the remaining images (only offline fault application).
  • You can save the configuration of the fault you have applied, and view the fault plans you have saved as you wish.
  • You can specify the rate of fault to be applied.
  • Three different fault types can be applied offline to images (with .bmp extension) obtained from TOF camera and six different fault types can be applied offline to images (with .png/.jpg extension) obtained from RGB camera.
  • For now, six different fault types can be applied real-time stream obtained from RGB camera (TOF Realtime FI will be added).
  • You can use the ROS Noetic version (noetic-version) or the standard version (current v1.2.3).
  • You can monitor the ROS Camera node.
  • You can specify the rate of real-time fault injecting frequency to be applied.

Setup

Before install CamFITool in your workspace:

$ sudo apt-get update && apt-get upgrade

For setup CamFITool to your catkin_ws:

$ cd ~/catkin_ws/src 
$ git clone https://github.com/inomuh/camfitool -b noetic-version

Configure your workspace

$ cd ~/catkin_ws
$ catkin_make
$ catkin_make install

For running CamFITool

$ roslaunch camfitool start_camfitool.launch

Wiki: camfitool (last edited 2021-12-07 10:44:01 by AlimKeremErdoğmuş)