{"id":19378177,"url":"https://github.com/almarklein/cmu1394","last_synced_at":"2025-02-24T16:18:46.912Z","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-01-07T05:28:34.671Z","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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240511295,"owners_count":19813237,"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","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":"2025-02-24T16:18:46.889Z","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"}