aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-12test for enum features addedSven
2018-02-12- search for VimbaC DLL in current directory firstSven
2017-09-25BugFix: create_string_buffer expects an array as first parameter (not a string).Sven
2017-09-05Merge branch 'master' of https://github.com/morefigs/pymbaSven
2017-09-05BugFix: searching libVimbaC.so failed if more than one TL is registered with ...Sven
2017-08-26Merge pull request #55 from seahawk67/mastermorefigs
2017-08-24getCameraInfo and getCamera extended to enable getting a camera/camera info b...Sven
2017-08-24Merge pull request #54 from seahawk67/mastermorefigs
2017-08-23VIMBA_HOME environment variable added as potential path for locating the Vimb...Sven
2017-08-13Merge pull request #52 from CrocodileDandy/mastermorefigs
2017-08-12Changed the import of vimbastructure to ensure a relative import within the p...CrocodileDandy
2017-07-20Merge pull request #50 from jrast/feature/VmbFeatureCommandIsDonemorefigs
2017-07-19Implemented VmbFeatureCommandIsDoneJürg Rast
2017-06-29updated print statementsMore Figs
2017-06-29Merge pull request #49 from fstarr/morefigs-prmorefigs
2017-06-29Update vimbadll.pyfstarr
2017-05-05Merge pull request #45 from fearthesmear/vimba2_1morefigs
2017-05-05Delete LICENSEmorefigs
2017-05-05Create LICENSE.mdmorefigs
2017-04-20Added armv7hf and aarch64 support, using code from @DanielArnett in #16Mark Smearcheck
2017-03-04Merge branch 'master' of https://github.com/morefigs/pymbaSam Myers
2017-03-04py3 changesSam Myers
2017-03-04Merge pull request #38 from jrast/bugfix/getInterfaceInfosCrashmorefigs
2017-02-08Merge pull request #43 from Gloweye/patch-1morefigs
2017-02-06Fix for retrieving list of interfaces.Gloweye
2016-09-16Merge pull request #36 from jrast/feature/frameCallbackmorefigs
2016-06-15BugFix: fixed crash during _getInterfaceInfos() callJürg Rast
2016-06-15Correct Signature for frame callbackJürg Rast
2016-05-16Update setup.pymorefigs
2016-05-16Merge pull request #35 from jrast/bugfix/cameraInfoCachemorefigs
2016-05-16used warning instead of print statementmorefigs
2016-05-16removed numpy as a strict requirementmorefigs
2016-05-16Merge pull request #37 from jrast/feature/FrameToNumpymorefigs
2016-05-12Direct conversion from framedata to numpy arrayJürg Rast
2016-05-12Don't cache cameraInfosJürg Rast
2016-05-04Merge pull request #31 from jrast/jrast-windows-dll-searchmorefigs
2016-05-02Better DLL search, including support for Vimba 2.0Juerg Rast
2016-03-26Merge pull request #27 from edmundchong/patch-1morefigs
2016-03-25Update vimbaobject.pyedmundchong
2016-03-07Changed listLength arg morefigs
2015-12-03Merge pull request #20 from derricw/mastermorefigs
2015-12-02Added IO Error for dll not foundDerric Williams
2015-12-02windows dll searchDerric Williams
2015-07-10Merge pull request #17 from tribeiro/mastermorefigs
2015-07-10Adds back BayerRGs (along with BayerGR) to PIXEL_FORMATS for compatibility.Tiago Ribeiro de Souza
2015-07-10Fixes PIXEL_FORMATS name for types BayerGR8 and BayerGR12. They had RG instea...Tiago Ribeiro de Souza
2015-02-25Added callback functionality to queueFrameCapturemorefigs
2015-02-25Added callback function typemorefigs
2015-02-25Updated version number to look for vimba version 1.3morefigs
2015-01-29Added non context manager examplemorefigs