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... |
11 year | 3 | 2778 |
Write Image [3]
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... |
11 year | 4 | 2734 |
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 ... |
11 year | 4 | 2734 |
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 ... |
11 year | 5 | 4063 |
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... |
11 year | 5 | 4063 |
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... |
11 year | 15 | 2650 |
Output from RR [6]
Francesco, If you have #1 working then you can type in the coordinates that the mouse should be at ... |
11 year | 15 | 2650 |
Output from RR [4]
Francesco, As everyones project is a little different we don't have code for exactly what you want... |
11 year | 15 | 2650 |
Output from RR [13]
The saved image I have called her "template." No, call her "Left_Click" | 11 year | 15 | 2650 |
Audio [3]
You probably need to surround the audio playing with an if statement module and ensure that the latch checkbox is selected. This... |
11 year | 4 | 3230 |
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? | 11 year | 4 | 3230 |
distance [3]
x = GetVariable("x") y = GetVariable("y") a = sqrt((x*x)+(y*y)) 11 year |
4 |
1913 |
|
distance [5]
You almost have it, using the CInt you can use a = Cint((sqrt((x*x)+(y*y)))/100) / 10 | 11 year | 4 | 1913 |
floor detect [3]
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... |
11 year | 2 | 2770 |
Trival Error [3]
Rud, Thanks for the tip! STeven.... |
11 year | 2 | 2690 |
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... |
11 year | 3 | 2165 |
Request for quotation [3]
Varghese, You should have received an email from me with an appropriate email address to send the R... |
11 year | 2 | 2107 |
2D barcode [5]
Pete, Yes! That would work much better. The image posted above is 640x480 which I'm not sure if th... |
11 year | 9 | 3184 |
2D barcode [10]
Pete, Yes this is possible but it depends on how you are running RoboRealm. If you are doing this v... |
11 year | 9 | 3184 |
2D barcode [7]
Pete, Sorry for the delay on this. We wanted to test additional samples and improve on the detectio... |
11 year | 9 | 3184 |
|
New Post |