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

Added support for all PixelFormat and 16bit images #534

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Lars-Kool
Copy link
Contributor

@Lars-Kool Lars-Kool commented Dec 3, 2024

I've had some comments that the device adapter did not work for some IDS cameras. After thoroughly reading the documentation of those devices, I found that they did not support 8bit mono recording, which I assumed to be universally supported. This version fixes that bug, and adds some additional features.

  • Initializes camera to currently active PixelFormat.
  • Lets user choose which PixelFormat (eg mono8, or bayerRG10) to record, and which pixelType to convert it to (8bit/16bit/32bitrgba)
  • Added support for 10/12bit acquisition by casting it to 16bit (only works for mono, color gets cast to 8bit anyway)

- Lets user choose which PixelFormat (eg mono8, or bayerRG10) to
  record, and which pixelType to convert it to (8bit/16bit/32bitrgba)
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.

1 participant