Code Monkey home page Code Monkey logo

multispectral-camera-controller's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.