Func start()
AdlibRegister("opencv",300)
While 1
..
..
..
WEnd
EndFunc ;==>start
Func opencv()
If Not IsObj($cv) Then Return
Local $aRect[4] = [0,0,1280,600]
Local $img1 = _OpenCV_GetDesktopScreenMat($aRect)
$cv.waitKey()
$cv.destroyAllWindows()
EndFunc
"C:\Game&Progrom\AutoIt3\Include\opencv\opencv_udf_utils.au3" (813) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.:
$minVal = $cv.extended[0]
$minVal = $cv^ ERROR
Hello.
I'm using the script well
First of all, thank you.
The wider the search range and the more searched images, the slower it is
Is there a good way?
Is there a way to keep capturing it in real time?
And errors occur when using it in timer format.
I'll be waiting for the reply.