Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Video "analyze"


  • Please log in to reply

#1
atntias

atntias

    New Member

  • Member
  • Pip
  • 1 posts
hi,

i need to be able to analyze a pic from live video every 0.5 sec

explanation:
i have a cs431 intel pro camera(usb), and i have an object that it moving (im working in 2 color b&w, no gray or anything).

the object is white and the floor is black, here a program that findes the object on a singel pic -not video!

for(i=0;i<image.size.width; i++)
{
for(j=0;j<image.size.height; j++)
{
Color c = image.GetPixel(i,j);
if(c = Color.White)
{
//add point to list of point.
}
}
}

i need to to this to every pic from live video!!! every 0.5 sec...

how do i call pic from camera?
is there a simulaer project i can find?
is there a software that can become helpfull?
where can i read more about this?
or any ideas/ info that can beacome help full...
  • 0

Advertisements







Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP