Skip to content

Python API to interact with network devices using the Open Spherical Camera API

License

Notifications You must be signed in to change notification settings

florianl/pyOSCapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyOSCapi

Python API to interact with network devices using the Open Spherical Camera API.

Install

To install, execute:

pip install pyOSCapi

Documentation

Connect

>>> from pyOSCapi import OSCAPI as OSC
>>> cam = OSC(ip="192.168.0.100", port="80")
>>> cam.connect()

The settings to connect differ from manufacturer to manufacturer:

  • Bublcam cam = OSC(ip="192.168.0.100", port="80")
  • RICO THETA cam = OSC(ip="192.168.1.1", port="80")

Do Stuff

>>> cam.info()

Close Connection

>>> cam.disconnect()

Run tests

$ python setup.py nosetests

License

Copyright 2015 - 2016 Florian Lehner

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

About

Python API to interact with network devices using the Open Spherical Camera API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages