Wedding In Progress
My good friend Mike Brennan's daughter wedding is being telecast live at magnoliahideout.com/cam/
You are invited.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
JMH
Post Edited (James Michael Huselton) : 2/14/2009 2:24:08 AM GMT
You are invited.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
JMH
Post Edited (James Michael Huselton) : 2/14/2009 2:24:08 AM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
JMH
They just got married a second ago.... The internet is so cool!
Hanno
or did a prop-controlled-robot play the organ ?
Parallax, can you remove this post if it does seem to offend the sensibilities of this forum?
On further reflection, just delete the thread. A Friday wedding seemed like a fun thing to share, but I made a category error.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
JMH
Post Edited (James Michael Huselton) : 2/14/2009 7:00:49 AM GMT
I guess the geeks hoped for propeller involvement somewhere. Anybody any thoughts on how a propeller could be used in a wedding ceremony? I think we'll stop the process at the point where the happy couple leave the reception.
Propeller game on the reception tables; just in case the speeches are little boring.
Remote control waiter?
Disco lighting?
Eric
Use the Propeller to move the camera to "interesting" things to videotape. Where interesting is a "white object"- the bride. Or a "black object"- the groom. Or "a face", a guest talking to it. Or a "circle"- no clue...
This can be done TODAY- easily and cheaply with ViewPort. Here's what my dad did a couple days ago:
- connect a hobby servo to the ProtoBoard
- mount whatever you want on the servo top- he used a pointer, but you could put a camera, a doll's head...
- control the hobby servo with the bs2 object from obex (you could also use the servo32 object)
- drive the servo with the position provided by ViewPort's OpenCV filter. Currently, ViewPort let's you capture video from a webcam, a file, or a Propeller frame grabber- he used a webcam. Then, you can select from a HSV color blob finder, a Viola Jones object finder (great for finding faces), or a Hough circle finder. All provide an x,y, width, height result to the Propeller. For this application he uses just the x position.
Here's the code:
Here's a picture of his setup and some results- it shows his laptop running ViewPort, a webcam, his "Protoboard/IODreamkit", and a servo with a pointer. The bottom row show the servo pointing to different recognized objects. I'll do a video one of these days, everything is done continuously in real time, so if you move one of the objects, the servo follows!
Latest ViewPort beta is here: Beta Page
ViewPort v4.1 should be ready in a couple days.
Hanno
Post Edited (Hanno) : 2/14/2009 9:01:09 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering