Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

cwadding/foscam-ruby

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foscam::Ruby

Gem Version Build Status Code Climate

A client library written in ruby to communicate to your foscam webcam using the foscam SDK.

Installation

Add this line to your application's Gemfile:

gem 'foscam-ruby'

And then execute:

$ bundle

Or install it yourself as:

$ gem install foscam-ruby

Usage

# Connecting to a camera
client = Foscam::Client.new(url: http://192.168.0.1/, username: 'admin', password: 'secret')

# Capturing the current Image
client.snapshot # => 

# Controlling the pan or tilt of camera
client.decoder_control(:up)
client.decoder_control(:stop_up)
client.decoder_control(:left)
client.decoder_control(:horizontal_patrol)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

A ruby client for the Foscam CGI SDK.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.