Just posted
http://www.surveyor.com/blackfin/srv-blackfin-021208.zip Adds simple pixel sampling function 'vp' to view the value of individual YUV pixel. Format is 'vpxxyy',
where xx is the x coordinate (00-79), yy is the y coordinate (00-63).
yy = '00' corresponds to pixels on the bottom row of the image
You can execute this command direct from a console, as the numbers are ASCII, not binary. So typing "vp4032" might return something like
##vp 86 107 130
if the color sampled was a skin tone
Other firmware additions are in the works, but this one seemed important to add quickly for users who are trying to figure out how to use the 'v' commands and aren't familiar with YUV color space
======================
By the way, if you have tried this test version of firmware, PLEASE post something here that indicates whether it works, whether it's broken, what additions/changes you'd like, etc ...