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. |