up vote 0 down vote favorite
share [g+] share [fb]

I'm looking for a USB camera which can check 180 degrees on 2 axises.

To make this a programming question, I'll ask for a good camera which can check 360 degrees on 2 axis with a good API.

How can I achieve that with a computer?

Edit :

I'd like to have the user check the camera for me instead of programming it correctly in 3d vision. 3d vision is rather hard to get to work perfectly so for now I'd like to concentrate on having the robot behaving correctly

link|improve this question

50% accept rate
feedback

migrated from stackoverflow.com Dec 3 '09 at 8:24

This question came from our site for professional and enthusiast programmers.

closed as off topic by studiohack Feb 3 '11 at 22:06

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

1 Answer

I'm not sure what the application is, but in robotic vision it is common to use a single fixed camera which is pointed straight up at a parabolic mirror. The shape of the mirror gives a reflected image of every direction at once, without any moving parts.

The downside is that the image is distorted, and depending on what you need to do with the image might require more complex manipulation.

link|improve this answer
this downside isn't really one, just use a decent integrated graphics platform and map the image to a sphere/parabolic shape using the gfx-engine – JumpingPA Dec 3 '09 at 9:28
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.