Skip to content

Python library for controlling cameras through Visca protocol

License

Notifications You must be signed in to change notification settings

swgunxdev/pyviscam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyVisca

Python library for controlling cameras through Visca protocol

This package is in alpha version, so be aware that everything can change before the beta.

It should work with python 2.7 and python 3.2, as theses are the requirements for pyserial which is an important dependancy as it is used to communicate with the camera.

I use a EVI H100S to develop this API. I hope to finish the development soon, and I will try to implement other VISCA cameras. I will start with EVI D70 as I own one.

This is an API, if you're looking for an application to control your camera, have a look at Viscam.

INSTALL

First, install dependancies :

pip install -r https://raw.githubusercontent.com/PixelStereo/pyviscam/master/requirements.txt    

Then, install the last version of the package. Remember it's an alpha version

pip install https://github.com/PixelStereo/pyviscam/archive/master.zip --upgrade

QUICKSTART

  • Run the example

Credits

  • Pixel Stereo design the package and develop all modules
  • Some parts are inherit from this repo.

About

Python library for controlling cameras through Visca protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%