-
Notifications
You must be signed in to change notification settings - Fork 109
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
Aravis (camera) adapter #445
Aravis (camera) adapter #445
Commits on Feb 10, 2024
-
Initial commit of Aravis camera adapter. Add to build system.
Hazen Babcock authored and Hazen Babcock committedFeb 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 23ba384 - Browse repository at this point
Copy the full SHA 23ba384View commit details
Commits on Feb 11, 2024
-
First version that compiles without errors. Finds expected cameras bu…
…t cameras do not snap images correctly.
Hazen Babcock authored and Hazen Babcock committedFeb 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 67a9436 - Browse repository at this point
Copy the full SHA 67a9436View commit details
Commits on Feb 16, 2024
-
Camera now initializes correctly. Acquiring images is still a work in…
… progress.
Hazen Babcock authored and Hazen Babcock committedFeb 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 6aeb4c3 - Browse repository at this point
Copy the full SHA 6aeb4c3View commit details -
Hazen Babcock authored and Hazen Babcock committed
Feb 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 617cd5c - Browse repository at this point
Copy the full SHA 617cd5cView commit details
Commits on Feb 17, 2024
-
Get sequence acquisition to work.
Hazen Babcock authored and Hazen Babcock committedFeb 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 2f57df6 - Browse repository at this point
Copy the full SHA 2f57df6View commit details
Commits on Feb 18, 2024
-
Remove static variable used for callback data. Add helper function to…
… check and print error messages.
Hazen Babcock authored and Hazen Babcock committedFeb 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 9fb6a31 - Browse repository at this point
Copy the full SHA 9fb6a31View commit details
Commits on Feb 19, 2024
-
Change acquisition callback to call a camera class method to do the p…
…rocessing. Fix large memory leak in sequence acquisition. Some code cleanup.
Hazen Babcock authored and Hazen Babcock committedFeb 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 50b8919 - Browse repository at this point
Copy the full SHA 50b8919View commit details -
Calculate bytes per image based on value returned by Aravis library.
Hazen Babcock authored and Hazen Babcock committedFeb 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 07d7deb - Browse repository at this point
Copy the full SHA 07d7debView commit details -
Change to only update bit depth as needed. Factor out sequence initia…
…lization.
Hazen Babcock authored and Hazen Babcock committedFeb 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 61fbe4b - Browse repository at this point
Copy the full SHA 61fbe4bView commit details
Commits on Feb 22, 2024
-
Add pixel format property and formats this adapter supports.
Hazen Babcock authored and Hazen Babcock committedFeb 22, 2024 Configuration menu - View commit details
-
Copy full SHA for d909b61 - Browse repository at this point
Copy the full SHA d909b61View commit details
Commits on Feb 23, 2024
-
Improve exposure time handling, should work now? Properly initialize …
…gerror before use in arv_** calls.
Hazen Babcock authored and Hazen Babcock committedFeb 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 541dd21 - Browse repository at this point
Copy the full SHA 541dd21View commit details -
Hazen Babcock authored and Hazen Babcock committed
Feb 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 5f803e6 - Browse repository at this point
Copy the full SHA 5f803e6View commit details
Commits on Feb 24, 2024
-
Fix issues with setting and clearing the ROI.
Hazen Babcock authored and Hazen Babcock committedFeb 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 7c9db41 - Browse repository at this point
Copy the full SHA 7c9db41View commit details -
Add support for changing binning.
Hazen Babcock authored and Hazen Babcock committedFeb 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 59e5093 - Browse repository at this point
Copy the full SHA 59e5093View commit details -
Forgot to include changed header file for 'Add support for changing b…
…inning'.
Hazen Babcock authored and Hazen Babcock committedFeb 24, 2024 Configuration menu - View commit details
-
Copy full SHA for 8f2bddf - Browse repository at this point
Copy the full SHA 8f2bddfView commit details
Commits on Feb 26, 2024
-
Get RGB capture to work, snap only for the moment.
Hazen Babcock authored and Hazen Babcock committedFeb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for ccfad0d - Browse repository at this point
Copy the full SHA ccfad0dView commit details -
Get RGB capture to work for live mode. Code clean up.
Hazen Babcock authored and Hazen Babcock committedFeb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 2740158 - Browse repository at this point
Copy the full SHA 2740158View commit details -
Hazen Babcock authored and Hazen Babcock committed
Feb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 96e7398 - Browse repository at this point
Copy the full SHA 96e7398View commit details -
Hazen Babcock authored and Hazen Babcock committed
Feb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 677911f - Browse repository at this point
Copy the full SHA 677911fView commit details -
Ignore property changes when capturing. Reset ROI when binning is cha…
…nged.
Hazen Babcock authored and Hazen Babcock committedFeb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 5e0d1ab - Browse repository at this point
Copy the full SHA 5e0d1abView commit details -
Add note about multiple camera choices for the same camera.
Hazen Babcock authored and Hazen Babcock committedFeb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 873e323 - Browse repository at this point
Copy the full SHA 873e323View commit details -
Remove remaining debugging printf() calls.
Hazen Babcock authored and Hazen Babcock committedFeb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 07cfb54 - Browse repository at this point
Copy the full SHA 07cfb54View commit details -
Hazen Babcock authored and Hazen Babcock committed
Feb 26, 2024 Configuration menu - View commit details
-
Copy full SHA for cc09681 - Browse repository at this point
Copy the full SHA cc09681View commit details
Commits on Feb 27, 2024
-
Add control of gain and gain auto. Add AfterSet/BeforeGet.
Hazen Babcock authored and Hazen Babcock committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 336177f - Browse repository at this point
Copy the full SHA 336177fView commit details -
Add control of black level and black level auto. Not well tested beca…
…use the test camera doesn't have these features.
Hazen Babcock authored and Hazen Babcock committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 4593ec0 - Browse repository at this point
Copy the full SHA 4593ec0View commit details
Commits on Feb 28, 2024
-
Add support for triggering. Tested with a FLIR camera.
Hazen Babcock authored and Hazen Babcock committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 91c2902 - Browse repository at this point
Copy the full SHA 91c2902View commit details
Commits on Mar 4, 2024
-
Add call to PrepareForAcq() at start of sequence acquisition.
Hazen Babcock authored and Hazen Babcock committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for bfed7ea - Browse repository at this point
Copy the full SHA bfed7eaView commit details -
Add 'Gamma' and 'GammaEnable' settings.
Hazen Babcock authored and Hazen Babcock committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for fc447a4 - Browse repository at this point
Copy the full SHA fc447a4View commit details -
Use LogMessage() instead of printf() for error messages.
Hazen Babcock authored and Hazen Babcock committedMar 4, 2024 Configuration menu - View commit details
-
Copy full SHA for a1c2e73 - Browse repository at this point
Copy the full SHA a1c2e73View commit details
Commits on May 14, 2024
-
Hazen Babcock authored and Hazen Babcock committed
May 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 6cb9a62 - Browse repository at this point
Copy the full SHA 6cb9a62View commit details