Giter Site home page Giter Site logo

nocarryr / jvconnected Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 688 KB

Python library to communicate with JVC Connected Cam devices

License: GNU General Public License v3.0

Python 69.04% QML 30.96%
jvc asyncio zeroconf video-production live-video video python-library python broadcasting television

jvconnected's Introduction

jvconnected

Python library to communicate with JVC Connected Cam devices

Currently a work in progress

Description

Use the JVC Camcorder Web API to communicate with compatible cameras. Devices are automatically discovered on the network using zeroconf. Controllable parameters can be found in the documentation linked below.

Links

Project Home https://github.com/nocarryr/jvconnected
Documentation https://jvconnected.readthedocs.io

Installation

Since this project is not yet packaged for distribution, it is not available for installation with pip and must be installed from source code.

Download Source

The source code can be downloaded either as a snapshot archive: https://github.com/nocarryr/jvconnected/archive/master.zip or by using git:

git clone https://github.com/nocarryr/jvconnected.git

Setup

Using a virtual environment is recommended:

cd jvconnected
python -m venv venv
source venv/bin/activate

Then install in development mode (including all "extra" dependencies)

pip install -e .[ui,midi]

If using the UI, the Qt resource files need to be created:

python setup.py build_qrc

Running the UI

If the virtual environment is active, the UI can be launched with

jvconnected-ui

or directly from the entry point script within the virtual environment's bin directory

<project-path>/venv/bin/jvconnected-ui

jvconnected's People

Watchers

 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.