Jonathan Valderrama

Results 5 comments of Jonathan Valderrama

Here is a solution for placing a 3d object over a detected object. https://forum.unity.com/threads/released-opencv-for-unity.277080/page-52#post-6746134 To remove the bounding box you can look at the DnnObjectDetectionWebCamTextureExample.cs. Remove or comment out everything...

@msanzn I had the same issue. I changed my Api Compatibility Level to .Net 4.x. Then it worked for me and my statement was sent successfully. You can find it...

@brianjmiller @uest555 Hi. Was there ever a solution to this? I have been trying to add extensions to my statements without any luck. I did this: `statement.result.extensions = new TinCan.Extensions();`...

Nevermind. I realized I was using an older version of Newtonsoft.Json. I updated it and it worked perfectly. @uest555 I know this is a very old post but this worked...

While Activity IDs are URIs, they are now being handled as a string. #20 . You can do the following: `activity.id = "http://rusticisoftware.github.io/TinCan.NET";`