![]() | ![]() | ![]() |
| | |||||||
| Robotics Chat Specific to discussions about robots and the making of. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| 1. are there any PDAs capable of running visual basic (codes) 2. i've heard you can use visual basic for image processing, is it possible to run an algorithm through a PDA interfaced with a robot (wheeled vehicle) that has a camera that sends back images to the PDA for processing. 3. Apparently visual basic can be used for comms control, so is it logical to assume you can send back control information via processed image data from sual basic to your robot for motion control purposes? 4. i assume sensors will be used as well (or could the use of edge detection in your algorithm avoid this?) | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| Microsoft has a free development enviroment for Windows CE. Im not sure if you can use visual basic but I'm fairly sure you will be able to use C++ which is worth learning anyway. Visual Basic isn't really that good for image processing. Its slow compared to C++ an image processing takes a huge amount of processing time. If your serious about image processing Intel has a really comprehesive image processing library optimized for their processors (including XSCALE) for ~$200 - a really good price as far as image processing stuff goes. Hope this helps. Brent | |
| |