T O P I C R E V I E W |
Valery |
Posted - Nov 27 2013 : 00:26:28 if ImageEnView1.IO.SelectAcquireSource([ieaWIA]) then if ImageEnView1.IO.SelectedAcquireSource.DeviceType=IeadCamera then showMessage('This is camera');
But this simply dont work. Device type returned is ieadUnknow. Doesnt metter which camera i choose on selection dialog.
I have 2 cammeras attached. Both of them using standart windows drivers. |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Nov 28 2013 : 13:36:33 Hi
In v5.0.6, we will make it also return iewStreamingVideo as a camera type.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
Valery |
Posted - Nov 28 2013 : 05:06:18 Hi, thanks for the reply.
WIAParams.DevicesInfo[0].DeviceType returned value of iewStreamingVideo; Which seems to be correct :)
But returned value of ImageEnView1.IO.SelectedAcquireSource.DeviceType is ieadUnknow;
ImageEn 4.1.4
|
xequte |
Posted - Nov 27 2013 : 15:02:40 Hi
Can you examine WIAParams.DevicesInfo[iIndex].DeviceType for that camera and advise what value it returns?
Nigel Xequte Software www.xequte.com nigel@xequte.com
|