| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-23 | comments in code | morefigs | |
| 2019-01-23 | test file for vimba.py | morefigs | |
| 2019-01-23 | untested auto refactor changes to tests | morefigs | |
| 2019-01-23 | system show example | morefigs | |
| 2019-01-23 | simple interface list example | morefigs | |
| 2019-01-23 | simplify file names | morefigs | |
| 2019-01-23 | clean up frame class | morefigs | |
| 2019-01-22 | clean up C function and structure definitions | morefigs | |
| 2019-01-22 | function rename | morefigs | |
| 2019-01-22 | clean up vimba object class | morefigs | |
| 2019-01-22 | clean up __init__ | morefigs | |
| 2019-01-22 | clean up vimba class | morefigs | |
| 2019-01-22 | simplify system class | morefigs | |
| 2019-01-22 | encode and decode id internally | morefigs | |
| 2019-01-22 | clean up camera class | morefigs | |
| 2019-01-22 | consistent naming with vimba structs | morefigs | |
| 2019-01-22 | clean up interface class | morefigs | |
| 2019-01-22 | clean up feature class | morefigs | |
| 2019-01-22 | error moved to class | morefigs | |
| 2019-01-22 | error codes as class consts | morefigs | |
| 2019-01-22 | Update README.md | morefigs | |
| 2019-01-22 | clean up exception class | morefigs | |
| 2019-01-22 | clean up C function and structure definitions | morefigs | |
| 2019-01-21 | added simple usage examples | morefigs | |
| 2019-01-21 | update setuppython2 | morefigs | |
| 2019-01-21 | licence rename | morefigs | |
| 2019-01-21 | Update LICENSE.md | morefigs | |
| 2018-10-17 | Spacing | morefigs | |
| 2018-10-17 | Merge pull request #75 from PierreRaybaut/patch-1 | morefigs | |
| vimba_frame.getBufferByteData: fixed image size | |||
| 2018-10-16 | vimba_frame.getBufferByteData: fixed image size | Pierre 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-02 | Merge pull request #74 from fstarr/master | morefigs | |
| Fixed erroneous package path in setup.py. | |||
| 2018-09-25 | Fixed erroneous package path in setup.py. | sfo | |
| 2018-09-19 | remove white space | morefigs | |
| 2018-09-19 | Merge pull request #73 from lbusoni/vimbaFrameNewFunction | morefigs | |
| implement VimbaFrame.getTimestamp and VimbaFrame.getReceiveStatus | |||
| 2018-09-18 | added VimbaFrame.getTimestamp and VimbaFrame.getReceiveStatus | lbusoni | |
| 2018-09-12 | Merge branch 'master' of github.com:morefigs/pymba | Sam Myers | |
| 2018-09-12 | removed bad chars | Sam Myers | |
| 2018-07-31 | Merge pull request #71 from lorem-ipsum/getVimbaFeature-double-encode | morefigs | |
| fix double-encoding bug in getFeatureRange | |||
| 2018-07-30 | fix double-encoding bug in getFeatureRange | Hendrik v. Raven | |
| __init__ of VimbaFeature already runs .encode on the input string. | |||
| 2018-06-22 | clean up | morefigs | |
| 2018-06-22 | rename | morefigs | |
| 2018-06-22 | clean up | morefigs | |
| 2018-06-22 | clean up | morefigs | |
| 2018-06-22 | clean up | morefigs | |
| 2018-03-28 | Merge pull request #65 from seahawk67/master | morefigs | |
| Support for enum feature range added. | |||
| 2018-03-28 | Pixel format RGB8 added. | Sven | |
| 2018-03-28 | BugFix: indentation in find_win_dll | Sven | |
| Remove pixel format RGB8 for separate pull requests | |||
| 2018-03-28 | revert changes for creating pull request | Sven | |
| - "search for VimbaC DLL in current directory first" - "string decodes / encodes" | |||
| 2018-03-28 | Merge branch 'master' of https://github.com/morefigs/pymba | Sven | |
| 2018-02-21 | Merge pull request #64 from IvarsKarpics/master | morefigs | |
| Added cameraAccessMode to the openCamera method | |||
