{"id":20301473,"url":"https://github.com/storborg/sonypy","last_synced_at":"2025-10-13T12:39:41.119Z","repository":{"id":12735273,"uuid":"15408234","full_name":"storborg/sonypy","owner":"storborg","description":"Python module for Sony Camera Remote API","archived":false,"fork":false,"pushed_at":"2013-12-24T01:16:13.000Z","size":108,"stargazers_count":61,"open_issues_count":1,"forks_count":26,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-11T13:54:12.884Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/storborg.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-24T01:11:10.000Z","updated_at":"2025-03-26T08:44:46.000Z","dependencies_parsed_at":"2022-09-10T22:40:55.428Z","dependency_job_id":null,"html_url":"https://github.com/storborg/sonypy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/storborg/sonypy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storborg%2Fsonypy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storborg%2Fsonypy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storborg%2Fsonypy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storborg%2Fsonypy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/storborg","download_url":"https://codeload.github.com/storborg/sonypy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/storborg%2Fsonypy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015056,"owners_count":26085643,"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-10-13T02:00:06.723Z","response_time":61,"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-14T16:26:01.418Z","updated_at":"2025-10-13T12:39:41.103Z","avatar_url":"https://github.com/storborg.png","language":"Python","readme":"SonyPy - Implements the Sony Camera Remote API\n==============================================\n\nScott Torborg - `Cart Logic \u003chttp://www.cartlogic.com\u003e`_\n\n\nInstallation\n============\n\nInstall with pip::\n\n    $ pip install sonypy\n\n\nQuick Start\n===========\n\n1. Install ``sonypy``.\n2. Enable remote control over Wifi on your camera.\n3. Connect your computer to the wifi network hosted by the camera.\n4. Open a Python shell.\n\nNow you can start playing::\n\n    \u003e\u003e\u003e from sonypy import Discoverer, Camera\n\nFirst try to connect to a camera::\n\n    \u003e\u003e\u003e discoverer = Discoverer()\n    \u003e\u003e\u003e cameras = discoverer.discover()\n    \u003e\u003e\u003e cameras\n    [\u003cCamera ...\u003e, \u003cCamera ...\u003e]\n\nTake a shot with current settings::\n\n    \u003e\u003e\u003e cam = cameras[0]\n    \u003e\u003e\u003e cam.act_take_picture()\n\n\nLicense\n=======\n\nSonyPy is licensed under an MIT license. Please see the LICENSE file for more\ninformation.\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Sony"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstorborg%2Fsonypy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstorborg%2Fsonypy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstorborg%2Fsonypy/lists"}