Coder Social home page Coder Social logo

openminds / axis-netcam Goto Github PK

View Code? Open in Web Editor NEW
6.0 4.0 2.0 112 KB

Provides a Ruby interface for interacting with network cameras from Axis Communications.

Home Page: http://axis-netcam.rubyforge.org

License: GNU Lesser General Public License v3.0

Ruby 100.00%

axis-netcam's Introduction

= AxisNetcam

<b>AxisNetcam provides a Ruby interface for interacting with network cameras
from  Axis Communications.</b>

<i>Copyright 2007 Urbacon Ltd.</i>

=== Contact Info

For info and downloads please see:

  http://rubyforge.org/projects/axis-netcam/

For source code:

  http://github.com/DefV/axis-netcam

You can contact the author at:

  matt at roughest dot net

=== Installation

As a RubyGem[http://rubygems.org/read/chapter/3]):

  gem install axis-netcam
  
As a plugin in a Rails application (this will install as an svn external,
so your installation will be linked to the newest, bleeding-edge version
of AxisNetcam):

  cd <your Rails application's root directory>
  ruby script/plugin install -x http://axis-netcam.rubyforge.org/svn/trunk/lib/axis-netcam

<i>NOTE:</i> The plugin install instructions are out of date -- need to change this so that it uses De Poorter's new github repo.

=== Usage  

Note that only a subset of the full Axis API is currently implemented, but the most
useful functionality is in place.

Example usage:

  require 'rubygems' # (if installed as a gem)
  require 'axis-netcam'
  
  c = AxisNetcam::Camera.new(:hostname => '192.168.2.25', 
        :username => 'root', :password => 'pass')
  c.tilt(90)
  c.zoom(500)
  f = File.open('/tmp/test.jpg', 'wb')
  f.bin
  f.write(c.snapshot_jpeg)
  f.close
  
For more information about using the Camera class, see the AxisNetcam::Camera RDocs.


------

axis-netcam is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.

axis-netcam is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

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.