-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add spinnaker to drivers #88
Conversation
cmake_minimum_required(VERSION 3.5) | ||
project(acquire-libs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
src/storage.rs
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anything in here to look at besides formatting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this is just local auto-formatting from Nathan's commit.
tests/test_spinnaker.py
Outdated
_runtime.set_configuration(acquire.Properties()) | ||
|
||
|
||
def test_blackfly_camera_is_preset(runtime: acquire.Runtime): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Present or preset?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is copy-pasted from test_egrabber.py
, but I think this should be present instead of preset, so I changed it in both places.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This adds v0.1.1 of the spinnaker acquire driver to the drivers list used to build the Python package. It also adds some very basic Python tests to check that the devices are available.