I would like to get some suggestions for approaching my project.
In my project I need to track 2D position of an ant.
The straightforward solution was to attach the little insect with a marker, but this is not applicable

I thought about working "inverted": Place the ant on a large reflective paper, 2 X 2 m, and try to track the pixels where there is no reflection.
If I will use this approach, how technically should I use the SDK? Use rasterize? Use a short expose so camera won't be dazed. What else should I do?
Other approach was to place a large sheet (2X2) with a lot of tiny markers which are very close. Marker size will be 2 millimeter and the space between markers will be also 2 millimeter. While the ant will move I can track by calculating the markers which disappeared. This approach is also problematic, using e250 camera I still didn't have enough resolution, all the small markers seemed to be a single large marker!

Any other Idea? Approach?
Thanks
Mat