Asked
— Edited
i did averthing like in the video.but i get an error,dont know what it is.
need help.what does this mean?
i did averthing like in the video.but i get an error,dont know what it is.
need help.what does this mean?
1) Uninstall your previous libraries if they're giving you an issue
2) I doubt this works with Windows 7, as it's been discontinued by Microsoft
am on win8 .ok i uninstall all.
typical for belgium nothing works here.
thanks guys,
The Cognitive Emotion work fine. And right before the application error the Cognitive Vision window will load the image from the camera and say "working..." then the error pops up.
Any idea what else I can check?
I debugged the exception and the exception is:
Code:
we can't see the exception because is inside multiple (nested) async calls, and is not captured, and the result is an application error.
i found the cause.
your plugin code calls the following constructor:
Code:
to pass the vision api key, but there is a second constructor:
Code:
to pass the endpoint. The default apiRoot (endpoint) is:
"https://westus.api.cognitive.microsoft.com/vision/v1.0"
BUT !
Microsoft API keys are geolocated based on user input, and a specific Azure datacenter is assigned.
if the client key is registered for the westus.api.cognitive.microsoft.com endpoint
it will work as expected.
mine:
my key only works for:
https://westcentralus.api.cognitive.microsoft.com/vision/v1.0
To summarize:
The plugin needs to ask for the endpoint url.
Can you post a snip screen of your endpoint and keys (erase the numbers)
I dont't understand why 2 keys.
Alan
The new plugin now uses the end point. Get the plugin here: https://synthiam.com/redirect/legacy?table=plugin&id=180
@Nomad:
does it work for you too ?
@DJ:
Thanks
However, now the Cognitive Emotion plugin (which I did Update and read the directions and copied in the key and end point correctly) now shows a red X across the picture window where it would normally show the image it reviewed. It still works otherwise, it reads my emotion just fine.