Posts by Matheus Henrick • 41 points
3 posts
-
3
votes1
answer835
viewsQ: What is causing Malformad Reference Element in my Signature?
I am trying to sign an XML by passing the tag reference, id, XML and certificate. In a certain situation it doesn’t work, however I never know what situation this is, it is something kind of random.…
-
0
votes1
answer67
viewsA: Sending Email direct from the application
Hello, I can give you an example I have done in C#, just pass as parameter your string array. public static void SendEmail(string email, string subject, string[] mensagem, String[] comCopia = null)…
androidanswered Matheus Henrick 41 -
1
votes0
answers156
viewsQ: Count people in Kinect - Skeleton or Depthstream
How can I count people with Kinect? I already installed the SDK, as I have version 1 of Kinect I’m with SDK 1.8, I took the examples of the Kinect Toolkit itself but even digging through the code of…