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

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

>>>frompyOSCapiimportOSCAPIasOSC>>>cam=OSC(ip="192.168.0.100", port="80") >>>cam.connect()

The settings to connect differ from manufacturer to manufacturer:

  • Bublcamcam = OSC(ip="192.168.0.100", port="80")
  • RICO THETAcam = 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