United Kingdom
Asked — Edited

Using The B5t-Hvc Vision System

For testing I built a temporary housing for the B5T which also allowed me to add a tripod mount which makes things easier

User-inserted image

I have 4 faces currently registered in the album (the B5T allows for up to 500 faces to be registered) each with only 2 recognition templates (you can have up to 10 templates per user) and the B5T has never yet made a false recognition! I use photographs of people for face recognition testing as it saves me calling people into the lab all the time for these tests. One photo I am using is John Connor (from the Sarah Connor Chronicles TV show) which makes a good test subject. Face recognition on the B5T is superb and even works well in low light. The body and hand detection also work well as does face detection and direction. Age, gender and gaze estimation all work great and the icing on the cake is the face expression estimation function, now the ALTAIR robots will know when I am not happy with them!

User-inserted image

I have used a microcontroller as a data buffer for the B5T (this being a PIC18F14K50) as there is a lot of high speed data comms required if you want to use all of the many B5T features and a direct connection to the v4 may flood the data channel. The PIC gets all the current data then compresses it into a small data packet that then gets sent to the v4. The PIC buffer board plugs into the B5T (UART sensor board) the same way as the USB dev board does.

User-inserted image

This is the B5T/PIC output with just me in view

User-inserted image

Here is the B5T/PIC output with me and John Connor in view

User-inserted image

Here are the boards outside of the enclosure

It is amazing to see the humble PIC microcontroller being a part of advanced face/gesture recognition! admittedly it is with the help of the awesome Omron HVC chipset, the B5T sensor board is one great piece of kit!

Tony


ARC Pro

Upgrade to ARC Pro

Unleash your creativity with the power of easy robot programming using Synthiam ARC Pro

PRO
Synthiam
#1  

That's great! very neat. I dig your hacks.

#5  

WOW, Tony, that is awesome. I'm blow away by your test results, I expected you to say it was garbage.

And I see you are fan of The Sarah Connor Chronicles....I miss that show.

#6  

Great work Tony and so fast with the results - i see great things ahead for the B5T. !.

United Kingdom
#7  

Thanks DJ and everyone for the kind words, I have had a lot of fun working with this sensor board!

Here is the PIC displaying face detection mode, where you get the X,Y coordinates of the detected face (great for tracking) and also what is very useful face size - its possible to get the approximate distance of the face from this.

User-inserted image

Justin, I am a big Sarah Connor Chronicles fan, its was one on the best things on TV, very disappointed when they shelved series 3 as the story line was getting very interesting!

Tony

United Kingdom
#8  

For David and anyone else interested in using the B5T vision board here is the pin-out for the 0.1" 6way header on the back of the board this can be connected to via a 0.1" socket - remember that the B5T UART is 3V3, I made a lead up that does the conversion as the B5T must have +5V supply and is controlled by a PIC with a 5V UART. I have used a logic level convertor and 3V3 LDO regulator in the cable lead

  1. GND
  2. CTS - not needed (leave open cct)
  3. Vcc - +5V (note TXD and RXD are not 5V tolerant)
  4. RXD - data from host
  5. TXD - data to host
  6. RTS - not needed (leave open cct)

Direct connection to the v4 will be slightly different as its UART is 3V3 so no logic level conversion is necessary.

Tony

#9  

Sweet Tony. Great info! This kind of stuff is important and needed.

PRO
USA
#10  

Thanks Tony great info...hopefully someone will tackle this for the EZB.

#11  

Thanks for the info tony and the pin outs - i think i will give it a go hooking mine up - time to put it to good use !