Jump to content

OpenCV v4 UDF


smbape
 Share

Recommended Posts

@konya DLL load failure is a surprise for me.
Have you downloaded the new opencv version, not juste the new udf?
Can you verify that you are using opencv 4.10.0 dll and not openvv 4.7.0 dll when opening the udf dll?

Link to comment
Share on other sites

  • 1 month later...

Hello.
Use a translator Communication may not be smooth.

First of all, some computers are experiencing DLL load errors.
opencv_get() <-- Error occurring in this part.

As a result of testing, it seems to be related to the authority.

Do you know any solution to this error?

Link to comment
Share on other sites

  • 3 weeks later...
Posted (edited)

Hello @unspeaking
It seems like you are not using the x64 version of AutoIt.

Can you run the following command
"C:\Program Files (x86)\AutoIt3\AutoIt3_x64.exe" "C:\Users\t0n\Desktop\script\TestOpencv\node-autoit-opencv-com-2.6.2\samples\02.1-show-image-gui-autosize.au3"
If the file AutoIt3_x64.exe is missing, then your AutoIt installation does not have the x64 version.
Reinstall AutoIt with the x64 version.

If it works, then, the #AutoIt3Wrapper_UseX64=y directive can only be used on the full SciTE editor.
To check that, can you install the full SciTE editor here

When running the script from SciTE, there should be a line Running:(3.3.16.1):C:\Program Files (x86)\AutoIt3\autoit3_x64.exe

 

Edited by smbape
Link to comment
Share on other sites

7 hours ago, smbape said:

Hello @unspeaking
It seems like you are not using the x64 version of AutoIt.

Can you run the following command
"C:\Program Files (x86)\AutoIt3\AutoIt3_x64.exe" "C:\Users\t0n\Desktop\script\TestOpencv\node-autoit-opencv-com-2.6.2\samples\02.1-show-image-gui-autosize.au3"
If the file AutoIt3_x64.exe is missing, then your AutoIt installation does not have the x64 version.
Reinstall AutoIt with the x64 version.

If it works, then, the #AutoIt3Wrapper_UseX64=y directive can only be used on the full SciTE editor.
To check that, can you install the full SciTE editor here

When running the script from SciTE, there should be a line Running:(3.3.16.1):C:\Program Files (x86)\AutoIt3\autoit3_x64.exe

 

Thank you.It works.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...