Skip to content

Experimental application for multispectral cameras and ROS. It connects with ROS client API for camera reconfiguration.

License

Notifications You must be signed in to change notification settings

georgealexakis/multispectral-camera-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multispectral Camera Controller

Multispectral Camera Controller is a Web Application, for remote controlling and monitoring of a robot that runs ROS and is equipped with a multispectral cameras. It connects with ROS client API for camera reconfiguration. For this implementation, it has been used multispectral camera CMS-V1-C-EVR1M-GigE from SILIOS Technologies and the ROS Melodic version.

Table of Contents

Description

Package Installation

Topics

Folders

Screenshots

License

Description

The project structure is made for using it with Apache cordova and build a hybrid application for the live view of the camera. This project enables the reconfiguration of camera parameters such as exposure, frame rate etc. Especially, for this project is used a multispectral camera with 9 bands.

Camera parameters can be change with this application such as frame rate, exposure, etc. It converts parameter list into string and send it to the node and waits the same structure as feedback. Also, it enables the control of multiple software functions.

Package Installation

To connect ROS Joystick with ROS robot, it is necessary to install rosbridge. Run the command below:

$ sudo apt-get install ros-<version>-rosbridge-server

Topics

Subscribed Topics

  • Input image topic that it should be a compressed image topic.
  • /camera_controller/feedback: Feedback of camera parameters for synchronization.

Published Topics

  • /camera_settings: Codes to enable multiple functions.
  • /camera_controller: String to send camera parameters. Example: "10-55-30-False-True-True".

Folders

  • /docs folder contains the files for github pages. Just ignore it or delete it.
  • /www folder contains the main project files.

Screenshots

screenshot1

screenshot2

screenshot3

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Experimental application for multispectral cameras and ROS. It connects with ROS client API for camera reconfiguration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published