-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for triggering parameters
this allows setting the following AcquisitionControl parameters: * TriggerMode * TriggerSource * LineSelector * LineMode * LineSource with this it is possible to configure cameras to either issue trigger commands or receive them (or both). see e.g. also [this post] from VAimaging about how to set this up with their cameras. this was done as a quick-win, IMHO the proper solution is to implement support for arbitrary parameters (see #57). [this post]: https://va-imaging.com/blogs/machine-vision-knowledge-center/i-o-control-how-to-hardware-trigger-a-machine-vision-camera-using-a-trigger-sensor-and-how-to-trigger-machine-vision-lights
- Loading branch information
Showing
2 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
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