{"id":18217298,"url":"https://github.com/eraclitux/ipcampy","last_synced_at":"2025-07-28T23:07:41.596Z","repository":{"id":18360450,"uuid":"21540588","full_name":"eraclitux/ipcampy","owner":"eraclitux","description":"[UNMAINTAINED] Easily control ip cameras. Comes with built in utilities to make a simple surveillance system.","archived":false,"fork":false,"pushed_at":"2018-02-05T17:45:03.000Z","size":80,"stargazers_count":34,"open_issues_count":3,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-25T20:51:42.014Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eraclitux.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-06T13:30:40.000Z","updated_at":"2024-08-12T19:23:55.000Z","dependencies_parsed_at":"2022-07-26T22:02:11.115Z","dependency_job_id":null,"html_url":"https://github.com/eraclitux/ipcampy","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/eraclitux/ipcampy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eraclitux%2Fipcampy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eraclitux%2Fipcampy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eraclitux%2Fipcampy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eraclitux%2Fipcampy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eraclitux","download_url":"https://codeload.github.com/eraclitux/ipcampy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eraclitux%2Fipcampy/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267600169,"owners_count":24113730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-03T17:04:34.755Z","updated_at":"2025-07-28T23:07:41.556Z","avatar_url":"https://github.com/eraclitux.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=======\nIpCamPy\n=======\n\n.. image:: https://img.shields.io/maintenance/no/2015.svg\n\n.. contents::\n\nThis package let you control supported ip cameras from your python app with ease.\n\nBatteries are included so you can make a DIY surveillance system in a snap. Included functionalities are:\n\n* process that collects a screenshot from every camera at given interval.\n* mobile web interface to view streams and saved screenshots. Is's served from an integrated webserver.\n\nSee `A Raspberry Pi surveillance system`_\n\nPackage is written with easy extendibility in mind, pull requests that add new cams or fix issues are welcome, encouraged, and credited.\n\nExamples\n========\n\nA Raspberry Pi surveillance system\n----------------------------------\n\nLogin to your Pi and get the code from the cheese shop::\n\n    $ pip install ipcampy\n\nDefine a configuraton file of your cams in json. For example, save these lines in `cam.conf`::\n\n    {\"address\":\"192.168.1.20\", \"user\":\"admin\", \"pswd\":\"xxyyzz\", \"port\":\"8010\", \"type\":\"foscam\", \"name\":\"Garden\"}\n    {\"address\":\"192.168.1.21\", \"user\":\"admin\", \"pswd\":\"xxyyzz\", \"port\":\"8010\", \"type\":\"foscam\", \"name\":\"Gate\"}\n\nStart to get a snapshot from all defined camera every 10 seconds running::\n\n    $ campatrol -d ~/cam.conf -p xxx\n\nThis even start a webpanel that can be accessed from any browser using this address with username ``watcher`` and password ``xxx``::\n\n    http://\u003cmy_server_ip\u003e:6001\n\nUse chrome or firefox on smartphones and tablets to watch live streams.\n\nSnapshots are stored in ``/tmp`` for default but a different path can be specified with ``-s`` option.\n\nScreenshots\n===========\n\n|image1|_\n|image2|_\n|image3|_\n|image4|_\n\n.. |image1| image:: http://www.eraclitux.com/public/images/ipcampy-1.png\n.. _image1: http://www.eraclitux.com/public/images/ipcampy-1.png\n\n.. |image2| image:: http://www.eraclitux.com/public/images/ipcampy-2.png\n.. _image2: http://www.eraclitux.com/public/images/ipcampy-2.png\n\n.. |image3| image:: http://www.eraclitux.com/public/images/ipcampy-3.png\n.. _image3: http://www.eraclitux.com/public/images/ipcampy-3.png\n\n.. |image4| image:: http://www.eraclitux.com/public/images/ipcampy-4.png\n.. _image4: http://www.eraclitux.com/public/images/ipcampy-4.png\n\nSupported cameras\n=================\n\nDefines wich type to use in json configuration \"type\" key.\n\nFoscam\n------\n\n- ``\"type\": \"foscam\"`` for **FI8908W** and clones. May works on similar cams from same family too. \n\nPlease report working status of cameras opening an issue_ or using `mailing list \u003chttps://groups.google.com/d/forum/ipcampy\u003e`_\n\n.. _issue: https://github.com/eraclitux/ipcampy/issues\n\nNotes\n=====\n\nThis package is in early development. Things **could** work or maybe not. APIs can quickly change.\n\nTo get the latest code clone the github's repository instead of using ``pip``::\n\n    $ git clone https://github.com/eraclitux/ipcampy.git\n    $ python setup.py install\n\nCredits\n=======\n\nFavicon: http://www.iconarchive.com/artist/yusuke-kamiyamane.html\n\nDisclaimer\n==========\n\nAll trademarks, copyrights and other forms of intellectual property belong to their respective owners.\n\nThe author is not affiliated with any cam vendor cited above.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feraclitux%2Fipcampy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feraclitux%2Fipcampy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feraclitux%2Fipcampy/lists"}