ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 DeviceType = ieadUnknow on any camera

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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