Sunday, October 29, 2006

Data Recovered

I wrote a vision system making use of the VFW system to capture live images in windows before I learned to program Direct X. The hard disk the data was on decided to lose its FAT so I lost all my data. I had to leave my computer on for three days to recover all teh stuff on the broken hard disk but I got the bits I wanted back!




Here is a screenshot of the basic version 2 vision system just doing basic image processing. Im going to expand the basic engine to include Neural nets for face and object detection. I also intend to whack in some program code to deal with stereoscopic vision and also 2d to 3d conversion in the style of David Marr.

I also intend to add in the functionality to ascertain the colour of an given pixel so the name of the colour can be reported back. Ive got an algorithm that tells you the name of the closest colour match i.e. "dark blue" to any given RGB value. The table has over 700 colour definitions in it. Its has so many colour names that I had to resort to using excel to write the C program code for me!

Monday, October 23, 2006

A New Hope

Maybe its too soon to tell but I got hold of some data recovery software and I think theres a chance that I will be able to get back all of the work I lost on my hard disk. If thats the case then building my robot vision AI and navigation systems will be a breeze. All I need to do is leave my PC on for the next 7 hours...

Friday, October 13, 2006

PCBs

Here are the PCB layouts for the boards Im having made. Im expecting that the robot will have somewhere in the order of 30 servo motors and 5 to 6 controller units.


I mentioned before that the electronic design of my robot will be generic. Most robot parts (limbs and body) will simply consist of multiple servomotors and sensors connected to a single SSC and input sensor reader. Im going to need a USB hub or two to support that many peripheral devices.

I'll bet the guys that will assemble the boards for me must be rubbing their hands together!

Wednesday, October 11, 2006

New Designs






Here are the designs Im having made for me. One is the Multiplexer/SSC and the other is a revision of my older dual servo. In theory they will work with almost any radio control equipment so possibly if people want them I will sell units on.

Current Status

Ive been very busy recently! Ive let my projects slip a bit. Still thats not such a bad thing, Since my last blog Ive learned PIC Assembly langauge, Network Programming and the basics of Direct X 9.0 programming for C++. I already knew assembly language but didnt use it on my projects bacause it was so much cheaper and easier to use Picaxe Chips instead. Thats probably going to change because soon I will be ditching RS232 and using USB as the communication system for most of my projects.

Anyway I digress.. my Android project is back on and running at full steam! Whilst Im waiting for my electronic systems to be made for me im going to have another look at robot vision. This time Im going to go the whole hog and do it full colour stereoscopic. Ive seen program code for acquiring images with two Webcams simultaneously but im not sure If I want to do it that way at all. I waiting for two colour analogue cameras and I think I'll do a bit of hardware multiplexing with that..

Until then watch this space...