From: Lynda Metref on
Hello,

I would like to know how can I use the hardware trigger of a
Ueye UI-2230-C under matlab. The driver used is 'winvideo'
and the 'hardware' option doesn't appears when calling
triggerinfo(vid). Is there any driver I can install to use
this hardware trigger?

Thank you,
Lynda
From: Dave Tarkowski on
Lynda Metref wrote:
> Hello,
>
> I would like to know how can I use the hardware trigger of a
> Ueye UI-2230-C under matlab. The driver used is 'winvideo'
> and the 'hardware' option doesn't appears when calling
> triggerinfo(vid). Is there any driver I can install to use
> this hardware trigger?
>
> Thank you,
> Lynda

Lynda,

The driver used by the 'winvideo' adaptor does not support hardware
triggering, so you will not be able to use this feature of your camera
with the 'winvideo' adaptor. Realistically, the best solution would be
to contact the hardware vendor and ask them to supply an adaptor for
their hardware that supports all of the functionality of their cameras.
Alternatively, you could write an adaptor using the Image Acquisition
Toolbox Adaptor Kit which ships with the toolbox, but that requires C++
programming.

-Dave Tarkowski