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?
thanks david
or just on my laptop is ok.
I know DJ just posted a video on it last night but I haven't watched it yet.
This is what I ran into with EZ-AI but the products that we used for some of these things were free for development. It looks like microsoft is taking a similar model to what IBM did with Watson, only cheaper.
Anyway, if you want to keep it you will end up paying for it. If not, you can choose not to continue and then not pay.
Did you installed the:
Visual C++ Redistributable for Visual Studio 2015
https://www.microsoft.com/en-us/download/details.aspx?id=53840
x86 (32 bit) version
vc_redist.x86.exe
yes i did ecakly like in the video.
sometimes the runtime is not correct
just to be sure:
open a windows command prompt:
run the following command:
Code:
it takes a few seconds to display the information.
A pic from mine:
Let me know your results.
Run ARC, when you get the error, close the application (error message)
and check your event viewer last events on Applications, Security, System categories.
If you find anything related, post here the details.
i have win8-1
i forgot how to open the command prompt
post #12 and try again.
I've changed the link (correct version) post #12 and i tested on a windows 8.1.
Can you try again ?
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.