Skip to main content

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:

  1. Take an object of simple shape and solid color.
  2. Switch the color mode with [1][2][3].
  3. Target the object and fixate it's color by pressing [space].
  4. 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.
  5. When done, switch from the calibration mode to the tracking mode [enter].
  6. Switch on/off the tracking frame with [1].
  7. 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

Home Page
http://www.pygame.org/project-AR+example-1622-.html

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!