aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-21update setuppython2morefigs
2019-01-21licence renamemorefigs
2019-01-21Update LICENSE.mdmorefigs
2018-10-17Spacingmorefigs
2018-10-17Merge pull request #75 from PierreRaybaut/patch-1morefigs
vimba_frame.getBufferByteData: fixed image size
2018-10-16vimba_frame.getBufferByteData: fixed image sizePierre Raybaut
When pixels are coded on more than one byte, the method was returning a wrongly sized buffer. With one-byte pixels, the error was still there but the result was correct anyway.
2018-10-02Merge pull request #74 from fstarr/mastermorefigs
Fixed erroneous package path in setup.py.
2018-09-25Fixed erroneous package path in setup.py.sfo
2018-09-19remove white spacemorefigs
2018-09-19Merge pull request #73 from lbusoni/vimbaFrameNewFunctionmorefigs
implement VimbaFrame.getTimestamp and VimbaFrame.getReceiveStatus
2018-09-18added VimbaFrame.getTimestamp and VimbaFrame.getReceiveStatuslbusoni
2018-09-12Merge branch 'master' of github.com:morefigs/pymbaSam Myers
2018-09-12removed bad charsSam Myers
2018-07-31Merge pull request #71 from lorem-ipsum/getVimbaFeature-double-encodemorefigs
fix double-encoding bug in getFeatureRange
2018-07-30fix double-encoding bug in getFeatureRangeHendrik v. Raven
__init__ of VimbaFeature already runs .encode on the input string.
2018-06-22clean upmorefigs
2018-06-22renamemorefigs
2018-06-22clean upmorefigs
2018-06-22clean upmorefigs
2018-06-22clean upmorefigs
2018-03-28Merge pull request #65 from seahawk67/mastermorefigs
Support for enum feature range added.
2018-03-28Pixel format RGB8 added.Sven
2018-03-28BugFix: indentation in find_win_dllSven
Remove pixel format RGB8 for separate pull requests
2018-03-28revert changes for creating pull requestSven
- "search for VimbaC DLL in current directory first" - "string decodes / encodes"
2018-03-28Merge branch 'master' of https://github.com/morefigs/pymbaSven
2018-02-21Merge pull request #64 from IvarsKarpics/mastermorefigs
Added cameraAccessMode to the openCamera method
2018-02-20Added cameraAccessMode to the openCamera methodIvars Karpics - Thomas Schneider Group Member
2018-02-12Merge branch 'master' of https://github.com/seahawk67/pymbaSven
2018-02-12test for enum features addedSven
2018-02-12- search for VimbaC DLL in current directory firstSven
- function added for getting range of enum features (as strings)
2018-01-05Pixel format RGB8 added.Sven
2017-12-02Merge pull request #62 from jerrosenberg/mastermorefigs
Fixes #61 vimbadll locator should use 64-bit environment variable for aarch64
2017-12-01Issue 61: vimbadll locator should use 64-bit environment variable for aarch64.Jeremy Rosenberg
2017-09-25BugFix: create_string_buffer expects an array as first parameter (not a string).Sven
2017-09-15Merge pull request #58 from seahawk67/mastermorefigs
Searching libVimbaC.so failed
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
the GENICAM_GENTL environment variable.
2017-08-26Merge pull request #55 from seahawk67/mastermorefigs
getCameraInfo and getCamera extended
2017-08-24getCameraInfo 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-24Merge pull request #54 from seahawk67/mastermorefigs
Search path for VimbaC DLL extended
2017-08-23VIMBA_HOME environment variable added as potential path for locating the ↵Sven
VimbaC.dll (Windows only)
2017-08-13Merge pull request #52 from CrocodileDandy/mastermorefigs
Changed the import of vimbastructure
2017-08-12Changed the import of vimbastructure to ensure a relative import within the ↵CrocodileDandy
package
2017-07-20Merge pull request #50 from jrast/feature/VmbFeatureCommandIsDonemorefigs
Implemented VmbFeatureCommandIsDone
2017-07-19Implemented VmbFeatureCommandIsDoneJürg Rast
2017-06-29updated print statementsMore Figs
2017-06-29Merge pull request #49 from fstarr/morefigs-prmorefigs
Update vimbadll.py
2017-06-29Update vimbadll.pyfstarr
Changed old style `print` statement to Python 3 compatible version.
2017-05-05Merge pull request #45 from fearthesmear/vimba2_1morefigs
Added armv7hf and aarch64 support, using code from @DanielArnett in #16
2017-05-05Delete LICENSEmorefigs