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 interlacing support #95

Merged
merged 2 commits into from
Mar 5, 2024
Merged

Add interlacing support #95

merged 2 commits into from
Mar 5, 2024

Conversation

nvbln
Copy link
Contributor

@nvbln nvbln commented Mar 5, 2024

The frames of some of the older (AVT) cameras like the Guppy F-038B need to be interlaced. This PR adds support for interlacing.

@kkoetter
Copy link
Contributor

kkoetter commented Mar 5, 2024

The pr looks good. Where will the keyword interlacing be set? (stytra config or automatic selection with camera model)

@nvbln
Copy link
Contributor Author

nvbln commented Mar 5, 2024

The keyword will be set in the config. This is an example of how to enable it:

"camera": {"type": "avt", "camera_params": {"interlacing": true}},

@kkoetter kkoetter merged commit 9e93af8 into master Mar 5, 2024
2 of 6 checks passed
@kkoetter kkoetter self-assigned this Mar 5, 2024
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.

2 participants