-
Notifications
You must be signed in to change notification settings - Fork 2
[Do not merge] Teledyne dalsa genie gige driver #1
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
base: master
Are you sure you want to change the base?
Conversation
ischoegl
left a comment
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.
@rfrazee I think overall the driver works well, so I just would like to make sure that we can keep using it in the future (and recompile if needed). I btw looked at the other GigECamera driver, and couldn't get it to work.
One thing that would be neat to have is a readout for the camera temperature, but I haven't found an example for that in the Sapera SDK yet.
|
@rfrazee ... the driver compiles now (using a locally compiled Compilation environment (installed in the following order):
Driver was built from VS 2019. |
294737b to
1c9aa64
Compare
Author: Robert Frazee <rfraze1@lsu.edu>
- Update paths - Driver compiles - Minor changes in imports - Add temperature and device info - Rename TestCamera to SaperaGigE internally - Rename files and folders to SaperaGigE - Rename/add features - Remove hard-coded model description - Implement scanning for available cameralink servers - Add access to additional features - Add camera gain as property - Fix indents / reformat code - Update/fix binning property - Some reshuffling of content - Start working on image/roi shapes - Clean up pixel format selection - Update resizing of buffers - Simplify creation of properties based on device features - Improve driver handling/logging - Enable TurboDrive - Avoid crashes when hardware binning is not available - Update SaperaGigE specific tool chain elements
816e881 to
f997eba
Compare
This PR is mainly to track progress (it is not meant to be merged upstream)