GithubHelp home page GithubHelp logo

jrobrien91 / plugin-mobotix-scan Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rbhupi/plugin-mobotix-scan

0.0 0.0 0.0 1.59 MB

Testing scanning code for thermal camera scanning

Shell 0.03% C++ 88.62% Python 3.34% Makefile 7.73% Dockerfile 0.28%

plugin-mobotix-scan's Introduction

Mobotix Scanner

This plugin move a Mobotix camera to a specified preset locations and captures thermal and visible images and data from given positions. The plugin takes the IP or URL of the camera, the user ID, and the password as command-line arguments. It also takes the preset location IDs as an optional argument. The 32 preset locations are available for use by calling preset 1-32 or scan in default.

Usage

To execute the plugin use the following (from within the built Docker container):

python3 /app/app.py --ip <ip_address> -pt <locations> --user <username> --password <password> 
`<ip_address>`: The IP address or URL of the camera.
`<username>`: The user ID of the camera.
 `<password>`: The password of the camera.
`<interval>`: Interval between the loops in seconds (optional, defaults to 300 Seconds).
 `<loops>`: Scanning loops to perform (optional, defaults to -1=infinite).
`<location>`: The preset location ID of the camera (optional, defaults to scanning mode).

Example:

python3 /app/app.py --ip 10.11.12.13 -u admin -p password --pt 5

This moves camera with ip 10.11.12.13 to preset point 5.

Development

The Docker container can be built by executing the following:

./build.sh

plugin-mobotix-scan's People

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.