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
 WebCam support?

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
JonRobertson Posted - Oct 27 2011 : 07:00:04
We've been using a class written by Michael Braun for grabbing images from a webcam via DirectX. We were copying these images to a TImage but now copying them to a TImageEnView.

I was looking to see if ImageEn had support for grabbing images from these devices, so I could use a single component/class for all image captures.

Also, we don't currently support grabbing images from WIA cameras. I would like to add this, while keeping the complexity away from our users (who don't know or care if their camera uses DirectX or WIA drivers.)

Does ImageEn have support for Direct X cameras? If not, is this feature planned in a future version?

Thanks
2   L A T E S T    R E P L I E S    (Newest First)
JonRobertson Posted - Nov 01 2011 : 07:47:39
Just wanted to say that I converted our video capture code to use ImageEn! It is great to have a single component that can take care of all of our imaging needs.
fab Posted - Oct 27 2011 : 08:24:25
ImageEn supports both WIA and DirectX (actually named WDM drivers) cameras.
Please look at VideoCapture\DirectShow.. examples.