GithubHelp home page GithubHelp logo

galicaster-plugin-cameracontrol's Introduction

Galicaster Plugin Cameracontrol

This is a plugin for Galicaster that allows to control a remote camera from Galicaster GUI.

Right now, the plugin works with the following cameras:

  • Sony:
    • EVI-H100S/100V cameras, using an implementation of VISCA protocol in python.
  • Panasonic:
    • AW-HE50
    • AW-HE120
    • AW-HE60
    • AW-HE130
    • AW-HE40
    • AW-HE65
    • AW-HE70
    • AW-UE7

Installation

This plugin can be installed as a deb package or through pip installer:
  • To generate deb package

    In repository root folder execute sudo py2deb -r pathtorepo .

    -r pathtorepo

    path to store deb files

    This will create the plugin deb package and debs for dependences. By default packages are stored in /tmp folder.

  • To install with pip

    In the repository root folder execute sudo pip install or execute python setup.py sdist to generate a .tar package installable from pip

Configuration examples

Sony EVI-H100S/100V

Galicaster controls the camera using the serial port, so we need to add the user galicaster to the group dialout, as follows (otherwise galicaster would need root privileges):

sudo usermod -a -G dialout galicaster

The following lines must also be added to the conf.ini file so that the plugin runs properly:

[plugins]
cameracontrol = True

[cameracontrol]
path = /dev/ttyUSB0
zoom_levels = 7
max_speed_pan_tilt = 0x18
camera = sony_evi_h100s_100v

Panasonic AW-HE50, AW-HE120, AW-HE60, AW-HE130, AW-HE40, AW-HE65, AW-HE70, AW-UE70

Add to the conf.ini:

[plugins]
cameracontrol = True

[cameracontrol]
path = 192.168.0.10
zoom_levels = 49
max_speed_pan_tilt = 49
camera = panasonic_aw_he40

Galicaster Project: https://github.com/teltek/Galicaster-plugin-cameracontrol

galicaster-plugin-cameracontrol's People

Contributors

alfro avatar dpeite avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

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.