
Hi,
My WPF application using Actipro software tools for widgets and controls. It is also using DirectShow.net (wrapper on DirectShow SDK) library to capture video and images from CCD camera. We are facing following issue with capturing video using CCD camera.
Issue:
Video does not capture if any Actipro DLL is added to the project along with DirectShow.net library used in the same project. When we use ISampleGrabber (supported by DirectShow ) interface to scan frames and to capture video. It works fine if capture image and video using DirectShow class library.
Technically problem occurs when AMMediaType is defined with following values and this media type passed to SetMediaType() of ISampleGrabber.
MediaType- Video
MediaSubType- RGB32
FormatType- VideoInfo
It seems that DirectX libraries are conflicting between DirectShow.net and Actipro libraries.
Note:
We are using following Actipro libraries.
ActiproSoftware.Docking.Interop.Prism.Wpf.dll
ActiproSoftware.Docking.Wpf.dll
ActiproSoftware.Editors.Wpf.dll
ActiproSoftware.Legacy.Wpf.dll
ActiproSoftware.Ribbon.Wpf.dll
ActiproSoftware.Shared.Wpf.dll