aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵Tiago Ribeiro de Souza
instead of GR on vimbaframe.py, which caused an exception when using this pixel formats.
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
2015-01-29Merge pull request #11 from fmder/vimba-contextmorefigs
Vimba context manager fixing issue #10
2015-01-29Merge pull request #12 from fmder/vimba-errormorefigs
Print the error message to console
2015-01-28Initialized the error message for clearer outputFrançois-Michel De Rainville
The exception now prints the message to console output: [...] raise VimbaException(errorCode) pymba.vimbaexception.VimbaException: Operation is invalid with the current access mode.
2015-01-26Fixed imports in READMEsFrançois-Michel De Rainville
2015-01-26Updated README.md as well for with statementFrançois-Michel De Rainville
2015-01-26Updated tests to use the with statementFrançois-Michel De Rainville
2015-01-26Updated README to use the with statementFrançois-Michel De Rainville
2015-01-26Added context management to the Vimba objectFrançois-Michel De Rainville
Allows clean shutdown when an exception is unhandled.
2015-01-18Update vimbaframe.pymorefigs
2015-01-06Ignored errorCode of -9morefigs
Ignored errorCode of -9 when initially checking for cameras as this was always the return value. This is probably not the ideal fix but I can't test code changes at the moment.
2014-09-23Merge pull request #6 from derricw/mastermorefigs
Color Example and support for all color formats.
2014-09-22OpenCV Color Liveview example.Derric Williams
2014-08-06Now supports all image formats found on AVT cameras.Derric Williams
2014-08-04Merge pull request #5 from derricw/mastermorefigs
Support for other pixel formats.
2014-08-04Revert "Update vimbaframe.py"morefigs
This reverts commit 6650922d1e94f21091354320a3914084b473fd11.
2014-08-01RGB8 supportDerric Williams
2014-07-24Update vimbaframe.pymorefigs
2014-07-11Support for Mono14 PixelFormatDerric Williams
2014-07-08VimbaFrame now supports unpacked pixel formats: Mono12, Mono16Derric Williams
2014-07-08Merge pull request #4 from derricw/mastermorefigs
PEP8 formatting (tabs to spaces, etc). Live view example. 64-bit suppo...
2014-07-07PEP8 formatting (tabs to spaces, etc). Live view example. 64-bit support.Derric Williams
2014-05-07Update README.mdmorefigs
2014-05-07Update README.mdmorefigs
2014-04-13Update README.mdmorefigs
2014-04-11Update LICENSEmorefigs
2014-04-11fixed white spacemorefigs
2014-04-11Merge branch 'task/JNAPC-431' of https://github.com/sightmachine/pymba into ↵morefigs
sightmachine-task/JNAPC-431
2014-04-11Merge pull request #3 from jayich/mastermorefigs
Docstring edits. waitFrameCapture returns the errorCode.
2014-04-07put back Nate's original fileJohn Sun
2014-04-07Docstring edits. waitFrameCapture returns the errorCode instead of passing ↵Andrew Jayich
it to VimbaException. This allows the user to handle the errorCode.
2014-04-04re-format code to fixup whitespaceJohn Sun
2014-04-04Rename directory to pymba instead of pyvimba.John Sun
Fix test_systemfeatures.py
2014-04-02fix typoJohn Sun
2014-04-02Add some testsJohn Sun
test_systemfeature.py is broken because I think this is invalid API.
2014-04-02First pass at making pymba a pip installable module.John Sun
1) Moved all the source-code under a new folder "pyvimba". Yes I changed the name. Feel free to change it back 2) Added initial CHANGES.txt, MANIFEST.in, LICENSE, README.txt 3) Move opencv_example.py to "tests" directory
2014-04-02add an example for working with the camera in opencvsm
2014-04-02fix a couple of typos in the example codesm
2014-04-02platform-dependent changesroot
2014-03-08typomorefigs
2014-03-08Update README.mdmorefigs
2014-03-08minor changemorefigs
2014-03-08Updated readme to incorporate system and interfacemorefigs
2014-03-08Update README.mdmorefigs
2014-03-08Update README.mdmorefigs