Nice stuff - thanks for sharing John!
On 05/14/2012 02:32 PM, John Harrison wrote:
I thought it might be interesting and maybe even helpful if I shared the webpage for the Pure Data/Arduino audio/video course I just finished teaching. This was a one-semester undergraduate-level course I taught at Wichita State University. Most students were electrical/computer engineering students that had minimal applied experience with programming and circuitry before signing up for the course.
Main course page: http://cratel.wichita.edu/blogs/ee577aspring2012/
Student final projects with explanatory video and code: http://cratel.wichita.edu/blogs/ee577aspring2012/category/final-project-repo...
The web page for the course includes all assignments, my notes, schedule and a forum where students asked questions, shared cool projects they found, etc.
One thing I wrote as an example for the students in the class was a color tracker which could track primary colors. I thought I saw a conversation on the list earlier were somebody was writing an external for color tracking, but at least primary colors can all be tracked in Gem. Maybe it's obvious but in case it's not: http://cratel.wichita.edu/blogs/ee577aspring2012/forum2/code-group3/pd-patch...
-John
John Harrison http://alumni.media.mit.edu/~harrison
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
thanks for the great resource
On Thu, May 17, 2012 at 6:51 PM, olsen raumkundschafter@hasa-labs.orgwrote:
Nice stuff - thanks for sharing John!
On 05/14/2012 02:32 PM, John Harrison wrote:
I thought it might be interesting and maybe even helpful if I shared the webpage for the Pure Data/Arduino audio/video course I just finished teaching. This was a one-semester undergraduate-level course I taught at Wichita State University. Most students were electrical/computer engineering students that had minimal applied experience with programming and circuitry before signing up for the course.
Main course page: http://cratel.wichita.edu/**blogs/ee577aspring2012/http://cratel.wichita.edu/blogs/ee577aspring2012/
Student final projects with explanatory video and code: http://cratel.wichita.edu/**blogs/ee577aspring2012/** category/final-project-report-**video/http://cratel.wichita.edu/blogs/ee577aspring2012/category/final-project-report-video/
The web page for the course includes all assignments, my notes, schedule and a forum where students asked questions, shared cool projects they found, etc.
One thing I wrote as an example for the students in the class was a color tracker which could track primary colors. I thought I saw a conversation on the list earlier were somebody was writing an external for color tracking, but at least primary colors can all be tracked in Gem. Maybe it's obvious but in case it's not: http://cratel.wichita.edu/**blogs/ee577aspring2012/forum2/** code-group3/pd-patches-forum4/**2-color-trackers-thread16/http://cratel.wichita.edu/blogs/ee577aspring2012/forum2/code-group3/pd-patches-forum4/2-color-trackers-thread16/
-John
John Harrison http://alumni.media.mit.edu/~**harrisonhttp://alumni.media.mit.edu/~harrison
______________________________**_________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/** listinfo/pd-list http://lists.puredata.info/listinfo/pd-list
______________________________**_________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/** listinfo/pd-list http://lists.puredata.info/listinfo/pd-list
Am 14.05.2012 um 14:32 schrieb John Harrison:
One thing I wrote as an example for the students in the class was a color tracker which could track primary colors. I thought I saw a conversation on the list earlier were somebody was writing an external for color tracking, but at least primary colors can all be tracked in Gem. Maybe it's obvious but in case it's not: http://cratel.wichita.edu/blogs/ee577aspring2012/forum2/code-group3/pd-patch...
john, nice patches. may i steal bits of that for my „bewegungsmelder" collection? i had to do three things to make them work for me
max
Please steal freely. This is all public domain.
Thanks for the tips on making them work on OSX.
-John
On Thu, May 17, 2012 at 4:07 PM, Max abonnements@revolwear.com wrote:
Am 14.05.2012 um 14:32 schrieb John Harrison:
One thing I wrote as an example for the students in the class was a
color tracker which could track primary colors. I thought I saw a conversation on the list earlier were somebody was writing an external for color tracking, but at least primary colors can all be tracked in Gem. Maybe it's obvious but in case it's not:
http://cratel.wichita.edu/blogs/ee577aspring2012/forum2/code-group3/pd-patch...
john, nice patches. may i steal bits of that for my „bewegungsmelder" collection? i had to do three things to make them work for me
- add [declare -lib Gem] to make Gem load
- add [pix_rgba] because the default colorspace on os x is yuv
- invert the Y axis by changein *8 -4 to *-8 +4
max