AR example
AR example is a simple augmented reality example written in python using pygame library.
slmgc
(slmgc)
AR example is a simple augmented reality example written in python using pygame library.
Linux only. Added win32 support out of the box with VideoCapture by Markus Gritsch.
Instructions:
- Take an object of simple shape and solid color.
- Switch the color mode with [1][2][3].
- Target the object and fixate it's color by pressing [space].
- Calibrate the object's color with the color picker using [q][w][e] and [a][s][d]. Only the targeted object should be visible on the screen.
- When done, switch from the calibration mode to the tracking mode [enter].
- Switch on/off the tracking frame with [1].
- If the result is not good enough, switch back to the calibration mode [enter] and repeat the steps above.
P.S. if you have any questions or suggestions, please drop me a line.
Changes
Links
Releases
AR example 0.3.1 — 9 Sep, 2012
AR example 0.5-frog-knows — 8 Sep, 2012
AR example 0.4.0 — 19 Jun, 2014
Pygame.org account Comments
-
jesus alberto rodriguez henao 2012-12-05 12:55
Your app is striking...to be an advance or something simple... congrats
I say you, i dream with make a python AR SDK for smartphones and this code is a great tool -
slmgc 2012-12-15 20:58
Thanks! Sadly, I have too much work now and almost no spare time to continue the development. Maybe in a month or two I'll try to add some interesting and more advanced stuff to the development 0.5 branch.
-
wcb98 2014-07-01 17:40
Nice work!