Skip to content
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

Merged
merged 9 commits into from
Oct 2, 2023
Merged

Conversation

andy-sweet
Copy link
Contributor

@andy-sweet andy-sweet commented Sep 29, 2023

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.

@andy-sweet andy-sweet marked this pull request as draft September 29, 2023 21:55
.github/workflows/test_pr.yml Outdated Show resolved Hide resolved
Comment on lines +1 to +2
cmake_minimum_required(VERSION 3.5)
project(acquire-libs)
Copy link
Member

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
Copy link
Member

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?

Copy link
Contributor Author

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.

_runtime.set_configuration(acquire.Properties())


def test_blackfly_camera_is_preset(runtime: acquire.Runtime):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Present or preset?

Copy link
Contributor Author

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.

Copy link
Member

@aliddell aliddell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@andy-sweet andy-sweet marked this pull request as ready for review October 2, 2023 17:20
@nclack nclack merged commit 13c0dfb into acquire-project:main Oct 2, 2023
17 checks passed
@andy-sweet andy-sweet deleted the feat-spinnaker branch October 2, 2023 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants