Skip to content

Instantly share code, notes, and snippets.

@pdp7
Created April 3, 2016 09:01
Show Gist options
  • Save pdp7/c88aa6edd00439b6ccb7d2baf033122a to your computer and use it in GitHub Desktop.
Save pdp7/c88aa6edd00439b6ccb7d2baf033122a to your computer and use it in GitHub Desktop.
raspberry pi zero pygame camera with png overlay
Video: pygame camera with png overlay
https://www.youtube.com/watch?v=OITenUQi0hI
Video: Python pygame camera demo on Raspberry Pi zero with USB webcam
https://www.youtube.com/watch?v=gncRJMv8pjY
I am running demo code from:
https://gist.github.com/pdp7/1a695f7ed51e47548832c789809b326f
It is running on raspberry Pi Zero with the Raspbian Jessie image from November 2015. I am using the PlayStation Eye USB camera.
Intro to the pygame camera module:
http://www.pygame.org/docs/tut/camera/CameraIntro.html
Good videos that someone else made:
Stream Webcam Video to PyGame - Python - Linux Tutorial
https://www.youtube.com/watch?v=H6ijuSmv5N0
Place Images Over Webcam Video in PyGame - Python - Linux Tutorial
https://www.youtube.com/watch?v=BaLv0wty9Ng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment