{"id":19378177,"url":"https://github.com/almarklein/cmu1394","last_synced_at":"2026-06-11T01:31:10.387Z","repository":{"id":28712012,"uuid":"32232723","full_name":"almarklein/cmu1394","owner":"almarklein","description":"Automatically exported from code.google.com/p/cmu1394","archived":false,"fork":false,"pushed_at":"2015-03-14T21:41:05.000Z","size":264,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T16:19:26.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/almarklein.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-14T21:26:50.000Z","updated_at":"2015-03-14T21:41:05.000Z","dependencies_parsed_at":"2022-09-07T18:43:18.914Z","dependency_job_id":null,"html_url":"https://github.com/almarklein/cmu1394","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/almarklein/cmu1394","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almarklein%2Fcmu1394","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almarklein%2Fcmu1394/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almarklein%2Fcmu1394/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almarklein%2Fcmu1394/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/almarklein","download_url":"https://codeload.github.com/almarklein/cmu1394/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/almarklein%2Fcmu1394/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34178819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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-10T09:05:05.566Z","updated_at":"2026-06-11T01:31:10.371Z","avatar_url":"https://github.com/almarklein.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cmu1394\n\n(Migrated from code.google.com/p/cmu1394)\n\nThe CMU 1394camera driver is an open source driver for firewire cameras on Windows: http://www.cs.cmu.edu/~iwan/1394/\n\nThis package wraps this driver using Cython to expose a Python interface to your camera.\n\n## Example\n\n    from cmu1394 import get_cameras\n    \n    # Get list of currently connected cameras.\n    cam_list = get_cameras()\n    \n    # Get instance of first camera (assuming at least one camera)\n    cam = cam_list[0]\n    \n    # Print description \n    print(cam.description())\n    \n    # Set format\n    cam.set_format('800x600 Mono 8-bit')\n    \n    # Show the live feed (requires visvis package)\n    cam.preview()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmarklein%2Fcmu1394","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falmarklein%2Fcmu1394","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falmarklein%2Fcmu1394/lists"}