Software Archive
Read-only legacy content
17060 Discussions

Problems with PXCMCaptureManger.ReadModuleStreamsAsync in C#

Arnd_G_
Beginner
195 Views

Hello,

I'm trying to use PXCMCaptureManger.ReadModuleStreamsAsync in C# code.

(I think I need to do it to locate facial landmark inside stored images.)

Unfort I get an exception:

An unhandled exception of type 'System.EntryPointNotFoundException' occurred in libpxcclr.cs.dll

Additional information: Unable to find an entry point named 'PXCMCaptureManager_ReadModuleStreamsAsync' in DLL 'libpxccpp2c'.

Here is the call stack:

>    libpxcclr.cs.dll!PXCMCaptureManager.ReadModuleStreamsAsync(int mid, PXCMCapture.Sample sample, out PXCMSyncPoint sp) Line 167    C#
     LocFaceFeatCLM.exe!LocFaceFeatCLM.Form1.analyzeButton_Click(object sender, System.EventArgs e) Line 69    C#
     [External Code]    
     LocFaceFeatCLM.exe!LocFaceFeatCLM.Program.Main() Line 19    C#
     [External Code]    

I re-compiled libpxcclr.cs.dll - did not solve the issue

Tried to re-compile libpxccpp2c - wasn't able to do (only got VS Express 2013)

Should the usage of PXCMCaptureManger.ReadModuleStreamsAsync in C# be possible at all?

Is there another way to locate facial landmark inside stored images?

Thanks for any help!

Best regards

Arnd

 

0 Kudos
0 Replies
Reply