Sunday, April 03, 2005

Distance of camera's movement

In current code:
for(int i=0; i<200; i++)
{
//Sleep(2000); //4000 - 1mm, 2000 - 0.5 mm
Sleep(100);

The camera moves 14mm totally and the distance between two frames is 0.07mm
Motor runs one circle with 4 seconds.

cv4_new: choose feature with mouse and tracking.

No comments:

Post a Comment