| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-20 | Added cameraAccessMode to the openCamera method | Ivars Karpics - Thomas Schneider Group Member | |
| 2018-02-12 | Merge branch 'master' of https://github.com/seahawk67/pymba | Sven | |
| 2018-02-12 | test for enum features added | Sven | |
| 2018-02-12 | - search for VimbaC DLL in current directory first | Sven | |
| - function added for getting range of enum features (as strings) | |||
| 2018-01-05 | Pixel format RGB8 added. | Sven | |
| 2017-12-02 | Merge pull request #62 from jerrosenberg/master | morefigs | |
| Fixes #61 vimbadll locator should use 64-bit environment variable for aarch64 | |||
| 2017-12-01 | Issue 61: vimbadll locator should use 64-bit environment variable for aarch64. | Jeremy Rosenberg | |
| 2017-09-25 | BugFix: create_string_buffer expects an array as first parameter (not a string). | Sven | |
| 2017-09-15 | Merge pull request #58 from seahawk67/master | morefigs | |
| Searching libVimbaC.so failed | |||
| 2017-09-05 | Merge branch 'master' of https://github.com/morefigs/pymba | Sven | |
| 2017-09-05 | BugFix: searching libVimbaC.so failed if more than one TL is registered with ↵ | Sven | |
| the GENICAM_GENTL environment variable. | |||
| 2017-08-26 | Merge pull request #55 from seahawk67/master | morefigs | |
| getCameraInfo and getCamera extended | |||
| 2017-08-24 | getCameraInfo and getCamera extended to enable getting a camera/camera info ↵ | Sven | |
| by other IDs than the cameraID e.g. like the serial number | |||
| 2017-08-24 | Merge pull request #54 from seahawk67/master | morefigs | |
| Search path for VimbaC DLL extended | |||
| 2017-08-23 | VIMBA_HOME environment variable added as potential path for locating the ↵ | Sven | |
| VimbaC.dll (Windows only) | |||
| 2017-08-13 | Merge pull request #52 from CrocodileDandy/master | morefigs | |
| Changed the import of vimbastructure | |||
| 2017-08-12 | Changed the import of vimbastructure to ensure a relative import within the ↵ | CrocodileDandy | |
| package | |||
| 2017-07-20 | Merge pull request #50 from jrast/feature/VmbFeatureCommandIsDone | morefigs | |
| Implemented VmbFeatureCommandIsDone | |||
| 2017-07-19 | Implemented VmbFeatureCommandIsDone | Jürg Rast | |
| 2017-06-29 | updated print statements | More Figs | |
| 2017-06-29 | Merge pull request #49 from fstarr/morefigs-pr | morefigs | |
| Update vimbadll.py | |||
| 2017-06-29 | Update vimbadll.py | fstarr | |
| Changed old style `print` statement to Python 3 compatible version. | |||
| 2017-05-05 | Merge pull request #45 from fearthesmear/vimba2_1 | morefigs | |
| Added armv7hf and aarch64 support, using code from @DanielArnett in #16 | |||
| 2017-05-05 | Delete LICENSE | morefigs | |
| 2017-05-05 | Create LICENSE.md | morefigs | |
| 2017-04-20 | Added armv7hf and aarch64 support, using code from @DanielArnett in #16 | Mark Smearcheck | |
| 2017-03-04 | Merge branch 'master' of https://github.com/morefigs/pymba | Sam Myers | |
| 2017-03-04 | py3 changes | Sam Myers | |
| 2017-03-04 | Merge pull request #38 from jrast/bugfix/getInterfaceInfosCrash | morefigs | |
| Fixed _getIntrerfaceInfos() to avoid python crash | |||
| 2017-02-08 | Merge pull request #43 from Gloweye/patch-1 | morefigs | |
| Fix for retrieving list of interfaces. | |||
| 2017-02-06 | Fix for retrieving list of interfaces. | Gloweye | |
| Sending in None as reference explicitly tells the DLL we're only interested in the number of interfaces available. I was having crashes with this request otherwise. Note: I tested and verified this with Vimba 2.0. Perhaps the issue doesn't arise with older versions, but the documentation seems to indicate that this is the intended method all along. | |||
| 2016-09-16 | Merge pull request #36 from jrast/feature/frameCallback | morefigs | |
| Correct Signature for frame callback | |||
| 2016-06-15 | BugFix: fixed crash during _getInterfaceInfos() call | Jürg Rast | |
| 2016-06-15 | Correct Signature for frame callback | Jürg Rast | |
| 2016-05-16 | Update setup.py | morefigs | |
| 2016-05-16 | Merge pull request #35 from jrast/bugfix/cameraInfoCache | morefigs | |
| Don't cache cameraInfos | |||
| 2016-05-16 | used warning instead of print statement | morefigs | |
| 2016-05-16 | removed numpy as a strict requirement | morefigs | |
| 2016-05-16 | Merge pull request #37 from jrast/feature/FrameToNumpy | morefigs | |
| Direct conversion from frame data to numpy array | |||
| 2016-05-12 | Direct conversion from framedata to numpy array | Jürg Rast | |
| 2016-05-12 | Don't cache cameraInfos | Jürg Rast | |
| 2016-05-04 | Merge pull request #31 from jrast/jrast-windows-dll-search | morefigs | |
| Better DLL search, including support for Vimba 2.0 | |||
| 2016-05-02 | Better DLL search, including support for Vimba 2.0 | Juerg Rast | |
| 2016-03-26 | Merge pull request #27 from edmundchong/patch-1 | morefigs | |
| Update vimbaobject.py - fix > v1.3 crashing on _getFeatureInfos() | |||
| 2016-03-25 | Update vimbaobject.py | edmundchong | |
| This is to fix the problem of Python crashing (#23, #19) for Vimba versions later than 1.3, proposed by Bill at AVT. The earlier fix "can corrupt random memory up to 999* the size of the FeatureInfo struct" | |||
| 2016-03-07 | Changed listLength arg | morefigs | |
| Changed listLength arg from 0 to 999 to avoid error in Vimba 1.4. | |||
| 2015-12-03 | Merge pull request #20 from derricw/master | morefigs | |
| Search for Windows DLL instead of hard-coding. | |||
| 2015-12-02 | Added IO Error for dll not found | Derric Williams | |
| 2015-12-02 | windows dll search | Derric Williams | |
| vimbadll now searches for highest version windows dll instead of being hardcoded to 1.3 | |||
| 2015-07-10 | Merge pull request #17 from tribeiro/master | morefigs | |
| Fixes PIXEL_FORMATS names for types BayerGR8 and BayerGR12. | |||
