Software trigger interface to trigger image acquisition from the application. More...
Inherits IDeviceInterface.
Public Member Functions | |
| void | Send () |
| Generates a software trigger. | |
| void | Send (int id) |
| Generates a software trigger with the specified id for devices supporting different trigger ids. | |
Additional Inherited Members | |
Properties inherited from IDeviceInterface | |
| Device | Parent [get] |
| The Device this interface works on. | |
Software trigger interface to trigger image acquisition from the application.
| void Send | ( | int | id | ) |
Generates a software trigger with the specified id for devices supporting different trigger ids.
Trigger id s are device/driver specific.
| id | Trigger id; 0 for default. |