MouseTrap Dev Help/gstreamer
From Foss2Serve
(Difference between revisions)
(first draft) |
(→Status) |
||
(3 intermediate revisions by one user not shown) | |||
Line 4: | Line 4: | ||
= Good Vibrations = | = Good Vibrations = | ||
Gstreamer 1.0 works in Python3 and is based on GTK3. | Gstreamer 1.0 works in Python3 and is based on GTK3. | ||
+ | |||
+ | = Status = | ||
+ | * Web cam example | ||
+ | ** [DONE] http://bazaar.launchpad.net/~jderose/+junk/gst-examples/view/head:/webcam-1.0 | ||
+ | * Need to figure out how to capture a single image. | ||
+ | ** [TODO] [post link to working code] | ||
+ | * Need to figure out how to process single image to find points of interest (this may require a different API, such as NumPy from SciPy) | ||
+ | ** [TODO] [post link to working code] | ||
= References = | = References = | ||
* Gstreamer home: http://gstreamer.freedesktop.org/documentation/ | * Gstreamer home: http://gstreamer.freedesktop.org/documentation/ | ||
* Documentation and examples: https://wiki.ubuntu.com/Novacut/GStreamer1.0 | * Documentation and examples: https://wiki.ubuntu.com/Novacut/GStreamer1.0 | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | [[Category:Gnome_MouseTrap]] |
Latest revision as of 20:12, 19 April 2013
Contents |
Motivation
OpenCV has not been ported to Python3. We need a Python3 library for getting images from a webcam. Gstreamer might work.
Good Vibrations
Gstreamer 1.0 works in Python3 and is based on GTK3.
Status
- Web cam example
- Need to figure out how to capture a single image.
- [TODO] [post link to working code]
- Need to figure out how to process single image to find points of interest (this may require a different API, such as NumPy from SciPy)
- [TODO] [post link to working code]
References
- Gstreamer home: http://gstreamer.freedesktop.org/documentation/
- Documentation and examples: https://wiki.ubuntu.com/Novacut/GStreamer1.0