Git Product home page Git Product logo

pyvisca's Introduction

PyVisca

Reimplementation of libvisca in python to control Cameras via the serial line visca protocol

Why?

I found a SONY EVI-D100P in the trash and decided to play around with it.

The camera has analog video output and a serial port for remote control using the Visca protocol.

I found the protocol being publicly documented by Sony in a camera manual and a C implementation of that protocol at http://sourceforge.net/projects/libvisca/ - but I wanted an easier solution so I started implementing the commandset my camera offers in python.

Status

Currently the basic functions all work but there is no error handling yet as at this stage it was just a proof of concept. I plan on adding this and make it a full featured implementation, at leat for my camera.

The error handling might make some changes neccessary due to the fact that some commands are being executed asynchronously and the camera returns an ACK when the command was accepted and another message when it was completed (e.g. tilting, panning). This will require some changes so don't expect anything to be stable.

As this is a side project these changes are not highest priority.

pyvisca's People

Contributors

mutax avatar

Stargazers

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

Watchers

 avatar

pyvisca's Issues

Python 3 update?

Any chance of modding this to run on python 3? I tried updating the prints and changing thread to _thread but still failing all over.

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.