Unanswered OpenCV Dot Net Exception

  • Wednesday, November 30, 2011 10:30 PM
     
     

    I have a problem after capturing images from an HTC mobile camera using VS2008 C# Smart Device application, I use CVImage to read images and do background subtraction(frame differencing)

     

    I get this exception as soon as the code stops at CVImage :An unhandled exception of type'System.MissingMethodException' occured in OpenCVDotNet.dll

     

    Can you kindly help me solve this issue?

     

    Thank you :)

All Replies

  • Thursday, December 01, 2011 5:01 PM
    Moderator
     
     

    Is this DLL compiled specifically for devices? I suspect it's not and if so you can's use it.


    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Friday, December 02, 2011 6:07 AM
    Moderator
     
     

    Hello,

     

    I suggest you to make sure the version of that library, you need to find the library for .NET Compact Framework version. The library for .NET may fail in .NET Compact Framework.

     

    Best regards,

    Jesse


    Jesse Jiang [MSFT]
    MSDN Community Support | Feedback to us