Thread | Last post | Posts | Views |
Robo Realm Filter Help [3]
Yes, check out the Marker module ... it will save the current image using a name you provide (in case you need it later) and the... |
12 year | 3 | 3007 |
Write Image [5]
You can only use VBscript to "setup" the variables to be used in those modules. You cannot 'call' the module as you would a ... |
12 year | 4 | 2973 |
![]() Since executing the If Statement only once per signal seems to be a common issue, we've added a "Latch" condition in the If S... |
12 year | 4 | 2973 |
Python 32 bit DLL on Win 7 ia64 [6]
You have to upgrade to python 3.0 or 3.3. Python 2.7 is no longer supported. We're just following what ... |
12 year | 5 | 4337 |
Python 32 bit DLL on Win 7 ia64 [4]
John, Thanks for the tip. The message has been updated to reflect that spelling correction and inst... |
12 year | 5 | 4337 |
Output from RR [4]
Francesco, As everyones project is a little different we don't have code for exactly what you want... |
12 year | 15 | 2854 |
Output from RR [13]
The saved image I have called her "template." No, call her "Left_Click" | 12 year | 15 | 2854 |
Output from RR [9]
The name of the recognized object is place in the OBJECT_NAME variable. Thus if you use LEFT_CLICK as the name of the object ins... |
12 year | 15 | 2854 |
Output from RR [6]
Francesco, If you have #1 working then you can type in the coordinates that the mouse should be at ... |
12 year | 15 | 2854 |
Audio [5]
I'm not sure you want to trigger off from MOUSE_X as that will change based on the position of the mouse. Is this correct? | 12 year | 4 | 3510 |
Audio [3]
You probably need to surround the audio playing with an if statement module and ensure that the latch checkbox is selected. This... |
12 year | 4 | 3510 |
distance [5]
You almost have it, using the CInt you can use a = Cint((sqrt((x*x)+(y*y)))/100) / 10 | 12 year | 4 | 2115 |
distance [3]
x = GetVariable("x") y = GetVariable("y") a = sqrt((x*x)+(y*y)) 12 year |
4 |
2115 |
|
![]() You will need to point the camera more down to the floor. As your floor and walls are very similar in color, you will have to re... |
12 year | 2 | 3006 |
Trival Error [3]
Rud, Thanks for the tip! STeven.... |
12 year | 2 | 2925 |
Script and image Count [3]
Yes, there is a maximum, it will be a signed 32 bit number or 2,147,483,647. If that is exceeded the number will probably jump n... |
12 year | 3 | 2360 |
Request for quotation [3]
Varghese, You should have received an email from me with an appropriate email address to send the R... |
12 year | 2 | 2302 |
2D barcode [3]
Pete, Is that the resolution that you hope to use? Any chance you can use a higher resolution camer... |
12 year | 9 | 3408 |
2D barcode [5]
Pete, Yes! That would work much better. The image posted above is 640x480 which I'm not sure if th... |
12 year | 9 | 3408 |
2D barcode [7]
Pete, Sorry for the delay on this. We wanted to test additional samples and improve on the detectio... |
12 year | 9 | 3408 |
|
New Post |