Unanswered OpenCV Dot Net Exception

  • mercredi 30 novembre 2011 22:30
     
     

    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 :)

Toutes les réponses

  • jeudi 1 décembre 2011 17:01
    Modérateur
     
     

    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.
  • vendredi 2 décembre 2011 06:07
    Modérateur
     
     

    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