Skip to content

A Python library for interfacing with and controlling Foscam cameras

License

Notifications You must be signed in to change notification settings

Martianmellow12/PyFoscam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyFoscam

A Python library for interfacing with and controlling Foscam cameras


Introduction

The PyFoscam library is made to make communicating with and controlling Foscam cameras easier.


Usage

PyFoscam's goal is to be easy-to-use, which is reflected in how little code it takes to get up and running.

```python import time

Connect to the camera

mycam = pyfoscam.Foscam('192.168.0.xxx', 80, 'admin', '')

Move the camera left, then stop it after 2 seconds

mycam.moveLeft() time.sleep(2) mycam.moveStop()


<h2>License</h2>
<p>Copyright © 2016 Michael Kersting Jr
<br>
Released under a <a href="https://github.com/Martianmellow12/PyFoscam/blob/master/LICENSE.md">modified version of the MIT License</a></p>

</html>

About

A Python library for interfacing with and controlling Foscam cameras

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages