views:

398

answers:

2

I would like to code something with augmented reality, do you know any python library to play with?

+3  A: 

OpenCV would be the closest match I can think of ...

ChristopheD
+1 Uhm, probably the only available way to AR with Python.
systempuntoout
A: 

ARToolKit apparently has python bindings: http://www.hitlabnz.org/forum/showthread.php?548-PyARTK-0.1-Python-binding-for-ARToolKit-released

I've not experimented, ymmv.

Perry Lorier
It seems abandoned to me :-/
systempuntoout