{"id":15043524,"url":"https://github.com/morefigs/pymba","last_synced_at":"2025-04-04T06:10:18.692Z","repository":{"id":7789227,"uuid":"9159202","full_name":"morefigs/pymba","owner":"morefigs","description":"Python wrapper for Allied Vision's Vimba C API","archived":false,"fork":false,"pushed_at":"2024-05-22T23:55:07.000Z","size":287,"stargazers_count":104,"open_issues_count":27,"forks_count":83,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-03-22T20:35:44.276Z","etag":null,"topics":["allied-vision","api-wrapper","camera","dll","python","python3","vimba","vimba-sdk"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"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/morefigs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-04-02T00:38:37.000Z","updated_at":"2025-03-04T03:48:58.000Z","dependencies_parsed_at":"2024-05-23T00:44:19.644Z","dependency_job_id":"fcf6f936-9c01-4fd1-a96f-d939390425d2","html_url":"https://github.com/morefigs/pymba","commit_stats":{"total_commits":277,"total_committers":31,"mean_commits":8.935483870967742,"dds":0.2490974729241877,"last_synced_commit":"7479ccc1a7fc73b3372fb6f3a08f899e45fa363c"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morefigs%2Fpymba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morefigs%2Fpymba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morefigs%2Fpymba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morefigs%2Fpymba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morefigs","download_url":"https://codeload.github.com/morefigs/pymba/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247128753,"owners_count":20888235,"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":["allied-vision","api-wrapper","camera","dll","python","python3","vimba","vimba-sdk"],"created_at":"2024-09-24T20:49:13.273Z","updated_at":"2025-04-04T06:10:18.672Z","avatar_url":"https://github.com/morefigs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"| ⚠️ [Allied Vision now officially provide Python support](https://github.com/alliedvision/VmbPy) - consider using the official API instead of Pymba. |\n| --- |\n\n# Pymba\n\nPymba is a Python wrapper for Allied Vision's Vimba C API. It wraps the Vimba C library file included in the Vimba installation to provide a simple Python interface for Allied Vision cameras. It currently supports most of the functionality provided by Vimba.\n\n## Installation\n\n### Installing Vimba SDK\n\nFor Windows:\n* [Download](https://www.alliedvision.com/en/products/software.html) and launch the Vimba SDK installer:\n  * Select \"Custom Selection\".\n  * Select (at least) the following options:\n    * A transport layer that matches your hardware (e.g. \"Vimba USB Transport Layer\" for USB cameras):\n      * Core components.\n      * Register GenICam Path variable.\n    * Vimba SDK:\n      * Core components.\n      * Register environment variables.\n      * C API runtime components.\n      * C API development components.\n      * Driver Installer.\n      * Vimba Viewer.\n* Run `VimbaDriverInstaller.exe` and install the relevant driver.\n* Test the driver installation by running `VimbaViewer.exe`.\n\nFor other OS's see [Vimba's download page](https://www.alliedvision.com/en/products/software.html).\n\n### Installing Pymba\n\nFor Python 3 install Pymba via PIP.\n\n    pip install pymba\n    \nFor Python 2 and for backwards compatibility with older versions of Pymba use the [`python2`](https://github.com/morefigs/pymba/tree/python2) branch.\n\n### Testing installation \n\nIf Vimba and Pymba are installed correctly, then the following code should give the installed Vimba version. No camera is needed.\n\n    from pymba import Vimba, __version__\n\n    print(__version__)\n    print(Vimba.version())\n\n\n## Usage examples\n    \nUsage examples can be found in the [`examples`](examples/) directory.\n\n## Known issues\n\n* Not all API functions are supported, but missing functions can be added on request.\n* Not all camera pixel formats are currently supported.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorefigs%2Fpymba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorefigs%2Fpymba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorefigs%2Fpymba/lists"}