-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
execute_trigger forces a software trigger in all modes (#195)
closes #194 depends on acquire-project/acquire-common#34 Changes the `execute_trigger` behavior to force a software trigger when called regardless of the camera configuration. This helps with `acquire_abort()`. Interestingly, we seem to already have an `abort-finite-acquisition` test. I wonder if it can be improved to cover the problem Micah ran into. May need to just add a check that the everything is restartable after the abort. --------- Co-authored-by: Alan Liddell <[email protected]>
- Loading branch information
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
Submodule acquire-common
updated
4 files
+1 −0 | CHANGELOG.md | |
+1 −0 | acquire-core-libs/src/acquire-device-hal/device/hal/camera.c | |
+1 −1 | acquire-core-libs/src/acquire-device-kit/device/kit/camera.h | |
+2 −1 | acquire-video-runtime/src/acquire.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters